Fix travis on non-nightly
*sigh* sorry for the churn... *fingers crossed*
This commit is contained in:
parent
03995288d2
commit
4003fd265b
|
@ -9,7 +9,7 @@ script:
|
|||
- cargo test --verbose
|
||||
- .travis/test_features.sh
|
||||
- |
|
||||
[ $TRAVIS_RUST_VERSION = nightly ] &&
|
||||
[ $TRAVIS_RUST_VERSION != nightly ] ||
|
||||
.travis/test_nightly.sh
|
||||
- cargo doc
|
||||
after_success: |
|
||||
|
|
Loading…
Reference in New Issue