File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,14 @@ matrix:
32
32
- env : INTEGRATION=rust-semverver
33
33
- env : INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
34
34
- env : INTEGRATION=tempdir
35
+ - env : INTEGRATION=futures-rs
35
36
allow_failures :
36
37
# Doesn't build - seems to be because of an option
37
38
- env : INTEGRATION=packed_simd
38
39
# Doesn't build - a temporal build failure due to breaking changes in the nightly compilre
39
40
- env : INTEGRATION=rust-semverver
40
41
# can be moved back to include section after https://github.com/rust-lang-nursery/failure/pull/298 is merged
41
42
- env : INTEGRATION=failure
42
- # can be moved back once https://github.com/rust-lang-nursery/futures-rs/pull/1445 is merged
43
- - env : INTEGRATION=futures-rs
44
43
45
44
script :
46
45
- |
You can’t perform that action at this time.
0 commit comments