Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit a931397

Browse files
committed
Move rust-clippy to allow_failures
1 parent 3357712 commit a931397

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ matrix:
2828
- env: INTEGRATION=mdbook
2929
- env: INTEGRATION=packed_simd
3030
- env: INTEGRATION=rand
31-
- env: INTEGRATION=rust-clippy
3231
- env: INTEGRATION=rust-semverver
3332
- env: INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
3433
- env: INTEGRATION=tempdir
3534
- env: INTEGRATION=futures-rs
3635
allow_failures:
36+
# Doesn't build - keep this in allow_failures as it's fragile to breaking changes of rustc.
37+
- env: INTEGRATION=rust-clippy
3738
# Doesn't build - seems to be because of an option
3839
- env: INTEGRATION=packed_simd
3940
# Doesn't build - a temporal build failure due to breaking changes in the nightly compilre

0 commit comments

Comments
 (0)