Explorar el Código

travis: Update nightly version

Paul Lietar hace 8 años
padre
commit
a9ae5b5086
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -2,7 +2,7 @@ language: rust
 rust:
   - stable
   - beta
-  - nightly-2016-04-28 # Last known to be working nightly
+  - nightly-2016-07-03 # Last known to be working nightly
   - nightly
 
 cache: cargo
@@ -27,7 +27,7 @@ script:
 
     # Building without syntex only works on nightly
     - if [[ $TRAVIS_RUST_VERSION == *"nightly"* ]]; then
-        cargo build --no-default-features;
+        cargo build --no-default-features --features "nightly";
       fi
 
 notifications: