Fix travis on non-nightly

*sigh* sorry for the churn... *fingers crossed*
This commit is contained in:
Josh Stone 2015-11-18 22:12:19 -08:00
parent 03995288d2
commit 4003fd265b
1 changed files with 1 additions and 1 deletions

View File

@ -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: |