fix(travis): need to rename nightly feature too

This commit is contained in:
Sebastian Thiel
2015-08-08 17:01:57 +02:00
parent d1a5ee2e96
commit cfbfa6feb3

View File

@@ -7,7 +7,7 @@ include:
- rust: stable
env: FEATURE=with_syntex TRAVIS_RUST_VERSION=stable
- rust: nightly
env: FEATURE=nightly
env: FEATURE=nightly TRAVIS_CARGO_NIGHTLY_FEATURE=nightly
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
script: