Skip to content

Commit

Permalink
Switch to builtin language support on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Aug 23, 2014
1 parent 92ec57a commit f21e2a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,8 +1,7 @@
language: rust
env:
global:
- secure: ffCiAwT3mkRQ57yTyTKUV4nRsnsdDuTSXbwSFpNg/AXLn6KTt35wpp2kbKTUhU4fUikpoKh30+TMiXp1vhc7XSUo/E06JyjccRIE6oXas07NcYhYd0JRlPPWKZU8q33jvFYFB7U63vY/65tGk+wlrWm7NFyqqXwGMuysd7XT1tE=
install:
- curl http://www.rust-lang.org/rustup.sh | sudo sh -
script:
- (cd phf && cargo test)
- rustdoc -L phf/target/test -L phf/target/test/deps phf/src/lib.rs
Expand Down

0 comments on commit f21e2a4

Please sign in to comment.