We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ed5e7 commit b066240Copy full SHA for b066240
.travis.yml
@@ -93,15 +93,9 @@ matrix:
93
rust: 1.13.0
94
os: osx
95
96
- # Testing beta on main targets
+ # Make sure stable is always working too
97
- 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: stable
105
106
before_install: set -e
107
0 commit comments