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:
Dan Gohman
2018-04-13 09:58:36 -07:00
parent 04746270b3
commit 25d2ab4c00

View File

@@ -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: