fix(travis): there is no var-inheritance

It somewhat makes sense that added items to the build-matrix don't
inherit standard matrix configuration.
This commit is contained in:
Sebastian Thiel
2015-08-08 17:23:08 +02:00
parent 8b9f42549e
commit ea567c53fd

View File

@@ -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: