From a93139778722491d75dd55d53e786781de8ffdcd Mon Sep 17 00:00:00 2001 From: topecongiro Date: Sun, 24 Mar 2019 19:00:19 +0900 Subject: [PATCH] Move rust-clippy to allow_failures --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d498415bdd6d..61a854dc2169 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,12 +28,13 @@ matrix: - env: INTEGRATION=mdbook - env: INTEGRATION=packed_simd - env: INTEGRATION=rand - - env: INTEGRATION=rust-clippy - env: INTEGRATION=rust-semverver - env: INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu - env: INTEGRATION=tempdir - env: INTEGRATION=futures-rs allow_failures: + # 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 - env: INTEGRATION=packed_simd # Doesn't build - a temporal build failure due to breaking changes in the nightly compilre