fix the new travis nightly line

This commit is contained in:
Josh Stone 2015-11-18 21:50:23 -08:00
parent 658637dcba
commit 03995288d2
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ script:
- cargo build --verbose
- cargo test --verbose
- .travis/test_features.sh
- [ $TRAVIS_RUST_VERSION = nightly ] .travis/test_nightly.sh
- |
[ $TRAVIS_RUST_VERSION = nightly ] &&
.travis/test_nightly.sh
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&