From 25d2ab4c00d5e68cde6d46f529fbbfdec85444e8 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 13 Apr 2018 09:58:36 -0700 Subject: [PATCH] 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. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 301d7871d0..83977c9a89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,9 @@ rust: - nightly matrix: allow_failures: - - rust: nightly + - rust: + - beta + - nightly dist: trusty sudo: false addons: