Skip to content

Commit 74755e8

Browse files
authored
Merge pull request #3407 from scampi/futures-rs
silence build failures of futures-rs until https://github.com/rust-la…
2 parents 2599b01 + 00c1259 commit 74755e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
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)