summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryant Mairs <bryantmairs@google.com>2017-11-30 22:12:29 -0800
committerBryant Mairs <bryantmairs@google.com>2017-12-01 10:55:55 -0800
commit54313a7a9318294bf22f4640476fb1195ec301f6 (patch)
tree49d50662b5baf35458f1ef271eff0bf830e45032
parent13f6ea31d694067e12fa3edad5438b4fa67d736b (diff)
downloadnix-54313a7a9318294bf22f4640476fb1195ec301f6.zip
Test with hard-fails on stable also
-rw-r--r--.travis.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index f0aa93f1..c8caf483 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -93,15 +93,9 @@ matrix:
rust: 1.13.0
os: osx
- # Testing beta on main targets
+ # Make sure stable is always working too
- env: TARGET=x86_64-unknown-linux-gnu
- rust: beta
-
- allow_failures:
- # We allow beta to fail here because a bug might crop up in rust that causes it. We will
- # however be on the lookout for this and file those bugs with upstream.
- - env: TARGET=x86_64-unknown-linux-gnu
- rust: beta
+ rust: stable
before_install: set -e