.travis.yml: don't set unstable feature when building on nightly

This commit is contained in:
Tim Kuehn
2016-02-15 12:29:13 -08:00
parent a9b86280b5
commit dddeca19a1

View File

@@ -25,3 +25,8 @@ script:
after_success:
- (cd tarpc && travis-cargo coveralls --no-sudo)
env:
global:
# override the default `--features unstable` used for the nightly branch
- TRAVIS_CARGO_NIGHTLY_FEATURE=""