We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3357712 commit a931397Copy full SHA for a931397
.travis.yml
@@ -28,12 +28,13 @@ matrix:
28
- env: INTEGRATION=mdbook
29
- env: INTEGRATION=packed_simd
30
- env: INTEGRATION=rand
31
- - env: INTEGRATION=rust-clippy
32
- env: INTEGRATION=rust-semverver
33
- env: INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
34
- env: INTEGRATION=tempdir
35
- env: INTEGRATION=futures-rs
36
allow_failures:
+ # Doesn't build - keep this in allow_failures as it's fragile to breaking changes of rustc.
37
+ - env: INTEGRATION=rust-clippy
38
# Doesn't build - seems to be because of an option
39
40
# Doesn't build - a temporal build failure due to breaking changes in the nightly compilre
0 commit comments