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