We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 693d2d9 + c3fcebf commit 5177809Copy full SHA for 5177809
.travis.yml
@@ -32,15 +32,14 @@ matrix:
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:
37
# Doesn't build - seems to be because of an option
38
- env: INTEGRATION=packed_simd
39
# Doesn't build - a temporal build failure due to breaking changes in the nightly compilre
40
41
# can be moved back to include section after https://github.com/rust-lang-nursery/failure/pull/298 is merged
42
- env: INTEGRATION=failure
- # can be moved back once https://github.com/rust-lang-nursery/futures-rs/pull/1445 is merged
43
- - env: INTEGRATION=futures-rs
44
45
script:
46
- |
0 commit comments