fix the new travis nightly line
This commit is contained in:
parent
658637dcba
commit
03995288d2
|
@ -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 ] &&
|
||||
|
|
Loading…
Reference in New Issue