Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jul 16, 2014
1 parent 95f3c90 commit 9a7b99a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ env:
install:
- curl http://www.rust-lang.org/rustup.sh | sudo sh -
script:
- cd phf && cargo test
- cd phf && rustdoc -L target/test -L target/test/deps --test src/lib.rs
- (cd phf && cargo test)
- (cd phf && rustdoc -L target/test -L target/test/deps --test src/lib.rs)
- rustdoc -L phf/target/test -L phf/target/test/deps phf/src/lib.rs
- rustdoc phf_mac/src/lib.rs
after_script:
Expand Down

0 comments on commit 9a7b99a

Please sign in to comment.