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 c97aa15 commit e6d616eCopy full SHA for e6d616e
.travis.yml
@@ -26,12 +26,13 @@ matrix:
26
- env: INTEGRATION=log
27
- env: INTEGRATION=mdbook
28
- env: INTEGRATION=packed_simd
29
- - env: INTEGRATION=rand
30
- env: INTEGRATION=rust-semverver
31
- env: INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
32
- env: INTEGRATION=tempdir
33
- env: INTEGRATION=futures-rs
34
allow_failures:
+ # Using old configuration option
35
+ - env: INTEGRATION=rand
36
# 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
0 commit comments