From 03995288d235db83654f8385116888be2e8439c1 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 18 Nov 2015 21:50:23 -0800 Subject: [PATCH] fix the new travis nightly line --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 893296a..a735255 100644 --- a/.travis.yml +++ b/.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 ] &&