Skip to content

Commit d2178b5

Browse files
committed
Auto merge of #488 - fiveop:disable_17, r=@posborne
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.
2 parents f78bfd3 + 3d3c3c6 commit d2178b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ matrix:
6969
sudo: true
7070
allow_failures:
7171
- rust: nightly
72+
# We need to upgrade the lowest supported version. However, the build
73+
# infrastructure for arm/mips/android is not ready yet.
74+
- rust: 1.7.0
7275
- env: TARGET=mips-unknown-linux-gnu DOCKER_IMAGE=posborne/rust-cross:mips
7376
- env: TARGET=mipsel-unknown-linux-gnu DOCKER_IMAGE=posborne/rust-cross:mips
7477
- env: TARGET=arm-linux-androideabi DOCKER_IMAGE=posborne/rust-cross:android

0 commit comments

Comments
 (0)