Skip to content

Commit

Permalink
Merge pull request rust-lang#3425 from scampi/futures-rs
Browse files Browse the repository at this point in the history
move futures-rs repo back into the required tests
  • Loading branch information
scampi authored Mar 4, 2019
2 parents 693d2d9 + c3fcebf commit 5177809
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@ matrix:
- env: INTEGRATION=rust-semverver
- env: INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
- env: INTEGRATION=tempdir
- env: INTEGRATION=futures-rs
allow_failures:
# Doesn't build - seems to be because of an option
- env: INTEGRATION=packed_simd
# Doesn't build - a temporal build failure due to breaking changes in the nightly compilre
- env: INTEGRATION=rust-semverver
# can be moved back to include section after https://github.com/rust-lang-nursery/failure/pull/298 is merged
- env: INTEGRATION=failure
# can be moved back once https://github.com/rust-lang-nursery/futures-rs/pull/1445 is merged
- env: INTEGRATION=futures-rs

script:
- |
Expand Down

0 comments on commit 5177809

Please sign in to comment.