We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c8223 commit 001fecbCopy full SHA for 001fecb
.travis.yml
@@ -77,6 +77,8 @@ matrix:
77
sudo: true
78
allow_failures:
79
- rust: nightly
80
+ # Fail on beta failures again, when 1.13.0-beta.3 or newer is released.
81
+ - rust: beta
82
- env: TARGET=mips-unknown-linux-gnu DOCKER_IMAGE=posborne/rust-cross:mips
83
- env: TARGET=mipsel-unknown-linux-gnu DOCKER_IMAGE=posborne/rust-cross:mips
84
- env: TARGET=arm-linux-androideabi DOCKER_IMAGE=posborne/rust-cross:android
0 commit comments