move futures-rs integration back into required tests

This commit is contained in:
Stéphane Campinas 2019-03-01 10:23:27 +01:00
parent 693d2d9ca0
commit c3fcebf3e4
No known key found for this signature in database
GPG Key ID: 6D5620D908210133

View File

@ -32,6 +32,7 @@ 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
@ -39,8 +40,6 @@ matrix:
- 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:
- |