Skip to content

Commit 00c1259

Browse files
committed
silence build failures of futures-rs until rust-lang/futures-rs#1445 is merged
1 parent 2c221b6 commit 00c1259

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ matrix:
2323
- env: INTEGRATION=chalk
2424
- env: INTEGRATION=crater
2525
- env: INTEGRATION=error-chain
26-
- env: INTEGRATION=futures-rs
2726
- env: INTEGRATION=glob
2827
- env: INTEGRATION=log
2928
- env: INTEGRATION=mdbook
@@ -40,6 +39,8 @@ matrix:
4039
- env: INTEGRATION=rust-semverver
4140
# can be moved back to include section after https://github.com/rust-lang-nursery/failure/pull/298 is merged
4241
- 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
4344

4445
script:
4546
- |

0 commit comments

Comments
 (0)