Skip to content

Commit 9cf6a55

Browse files
committed
Allow failures when testing Rust beta
1 parent 3e5de25 commit 9cf6a55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ matrix:
9797
rust: beta
9898

9999
allow_failures:
100+
# We allow beta to fail here because a bug might crop up in rust that causes it. We will
101+
# however be on the lookout for this and file those bugs with upstream.
102+
- env: TARGET=x86_64-unknown-linux-gnu
103+
rust: beta
104+
100105
# Planning to add these targets, but they can fail for now
101106
- env: TARGET=mips64-unknown-linux-gnuabi64
102107
rust: 1.13.0

0 commit comments

Comments
 (0)