Skip to content

Commit

Permalink
Auto merge of #488 - fiveop:disable_17, r=@posborne
Browse files Browse the repository at this point in the history
Allow failures of 1.7 builds

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
homu committed Dec 10, 2016
2 parents f78bfd3 + 3d3c3c6 commit d2178b5
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 d2178b5

Please sign in to comment.