From a9ae5b508633b1d1fc8906a7bf24a02d80abbc08 Mon Sep 17 00:00:00 2001 From: Paul Lietar Date: Wed, 6 Jul 2016 11:01:08 +0100 Subject: [PATCH] travis: Update nightly version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 68a444ac..c0e8fa70 100644 --- a/.travis.yml +++ b/.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: