Skip to content

Commit

Permalink
Allow failures of 1.7 builds
Browse files Browse the repository at this point in the history
Libraries we depend on need newer versions of Rust. The current
stable release is 1.13.

This also disables the CI for the platforms/architectures MIPS, ARM
and Android. This cannot be helped as long as the test infrastructure
only runs on 1.7.
  • Loading branch information
fiveop committed Dec 10, 2016
1 parent f78bfd3 commit 3d3c3c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ matrix:
sudo: true
allow_failures:
- rust: nightly
# We need to upgrade the lowest supported version. However, the build
# infrastructure for arm/mips/android is not ready yet.
- rust: 1.7.0
- env: TARGET=mips-unknown-linux-gnu DOCKER_IMAGE=posborne/rust-cross:mips
- env: TARGET=mipsel-unknown-linux-gnu DOCKER_IMAGE=posborne/rust-cross:mips
- env: TARGET=arm-linux-androideabi DOCKER_IMAGE=posborne/rust-cross:android
Expand Down

0 comments on commit 3d3c3c6

Please sign in to comment.