Skip to content

Commit 54313a7

Browse files
author
Bryant Mairs
committed
Test with hard-fails on stable also
1 parent 13f6ea3 commit 54313a7

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.travis.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,9 @@ matrix:
9393
rust: 1.13.0
9494
os: osx
9595

96-
# Testing beta on main targets
96+
# Make sure stable is always working too
9797
- env: TARGET=x86_64-unknown-linux-gnu
98-
rust: beta
99-
100-
allow_failures:
101-
# We allow beta to fail here because a bug might crop up in rust that causes it. We will
102-
# however be on the lookout for this and file those bugs with upstream.
103-
- env: TARGET=x86_64-unknown-linux-gnu
104-
rust: beta
98+
rust: stable
10599

106100
before_install: set -e
107101

0 commit comments

Comments
 (0)