Skip to content

Commit

Permalink
move futures-rs integration back into required tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scampi committed Mar 1, 2019
1 parent 693d2d9 commit c3fcebf
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 c3fcebf

Please sign in to comment.