Explorar el Código

fix the new travis nightly line

Josh Stone hace 9 años
padre
commit
03995288d2
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -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 ] &&