Skip to content

Commit 5177809

Browse files
authored
Merge pull request #3425 from scampi/futures-rs
move futures-rs repo back into the required tests
2 parents 693d2d9 + c3fcebf commit 5177809

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
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)