Skip to content

Commit c3fcebf

Browse files
committed
move futures-rs integration back into required tests
1 parent 693d2d9 commit c3fcebf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,14 @@ matrix:
3232
- env: INTEGRATION=rust-semverver
3333
- env: INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
3434
- env: INTEGRATION=tempdir
35+
- env: INTEGRATION=futures-rs
3536
allow_failures:
3637
# Doesn't build - seems to be because of an option
3738
- env: INTEGRATION=packed_simd
3839
# Doesn't build - a temporal build failure due to breaking changes in the nightly compilre
3940
- env: INTEGRATION=rust-semverver
4041
# can be moved back to include section after https://github.com/rust-lang-nursery/failure/pull/298 is merged
4142
- 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
4443

4544
script:
4645
- |

0 commit comments

Comments
 (0)