Browse Source

Fix travis on non-nightly

*sigh* sorry for the churn... *fingers crossed*
Josh Stone 9 years ago
parent
commit
4003fd265b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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