From e6d616e820ef67202c72c05084b503225868c0d8 Mon Sep 17 00:00:00 2001 From: Seiichi Uchida Date: Sat, 18 May 2019 16:13:34 +0900 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f54d4d55cd9..abf565453de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,12 +26,13 @@ matrix: - env: INTEGRATION=log - env: INTEGRATION=mdbook - env: INTEGRATION=packed_simd - - env: INTEGRATION=rand - env: INTEGRATION=rust-semverver - env: INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu - env: INTEGRATION=tempdir - env: INTEGRATION=futures-rs allow_failures: + # Using old configuration option + - env: INTEGRATION=rand # Doesn't build - keep this in allow_failures as it's fragile to breaking changes of rustc. - env: INTEGRATION=rust-clippy # Doesn't build - seems to be because of an option