]> git.lizzy.rs Git - rust.git/commitdiff
move futures-rs integration back into required tests
authorStéphane Campinas <stephane.campinas@gmail.com>
Fri, 1 Mar 2019 09:23:27 +0000 (10:23 +0100)
committerStéphane Campinas <stephane.campinas@gmail.com>
Fri, 1 Mar 2019 09:23:27 +0000 (10:23 +0100)
.travis.yml

index 6e14f54425c80c1771f94af2a5110be6f5cf1f60..741103b93a4eb24641cdc42e38d32113d711edea 100644 (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:
   - |