Explorar el Código

Fix travis on non-nightly

*sigh* sorry for the churn... *fingers crossed*
Josh Stone hace 9 años
padre
commit
4003fd265b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: |