Move travis to .travis

This commit is contained in:
Steven Fackler 2014-08-02 18:44:45 -07:00
parent dd22d04128
commit 8a22f8528b
4 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ addons:
install:
- curl http://www.rust-lang.org/rustup.sh | sudo sh -
before_script:
- ./travis/setup.sh
- ./.travis/setup.sh
script:
- cargo test
- rustdoc -L target/test -L target/test/deps --test src/lib/lib.rs