Skip to content

Commit

Permalink
Only run libc-test on nightly
Browse files Browse the repository at this point in the history
Otherwise just make sure the library builds on other Rust versions
  • Loading branch information
alexcrichton committed Nov 3, 2015
1 parent 57ba1fa commit 094b0d4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ rust:
services:
- docker
script:
- sh ci/run-travis.sh
- if [[ $TRAVIS_RUST_VERSION = nightly* ]]; then
sh ci/run-travis.sh;
else
cargo build;
fi
os:
- linux
- osx
Expand Down

0 comments on commit 094b0d4

Please sign in to comment.