From ea567c53fd95d75f01b256e551c69242328d6801 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 8 Aug 2015 17:23:08 +0200 Subject: [PATCH] fix(travis): there is no var-inheritance It somewhat makes sense that added items to the build-matrix don't inherit standard matrix configuration. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ab655be..f81aa10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ matrix: include: - rust: stable # make doc-upload and coveralls work on stable only - env: TRAVIS_RUST_VERSION=stable + env: TRAVIS_RUST_VERSION=stable FEATURE=with_syntex - rust: nightly env: FEATURE=nightly before_script: