Change the Travis config to allow failures in rust beta.
Rustc beta and nightly crash when compiling Cretonne. I've filed https://github.com/rust-lang/rust/issues/49528 to track this upstream. For now, add Beta to the allow-failures list to temporarily work around this.
This commit is contained in:
@@ -5,7 +5,9 @@ rust:
|
|||||||
- nightly
|
- nightly
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: nightly
|
- rust:
|
||||||
|
- beta
|
||||||
|
- nightly
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: false
|
sudo: false
|
||||||
addons:
|
addons:
|
||||||
|
|||||||
Reference in New Issue
Block a user