From dddeca19a1f4544d86f9ced94bfd42b4857397e3 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Mon, 15 Feb 2016 12:29:13 -0800 Subject: [PATCH] .travis.yml: don't set unstable feature when building on nightly --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 257211b..a400d11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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=""