Skip to content

Commit

Permalink
silence build failures of futures-rs until rust-lang/futures-rs#1445
Browse files Browse the repository at this point in the history
…is merged
  • Loading branch information
scampi committed Feb 18, 2019
1 parent 2c221b6 commit 00c1259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ matrix:
- env: INTEGRATION=chalk
- env: INTEGRATION=crater
- env: INTEGRATION=error-chain
- env: INTEGRATION=futures-rs
- env: INTEGRATION=glob
- env: INTEGRATION=log
- env: INTEGRATION=mdbook
Expand All @@ -40,6 +39,8 @@ 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:
- |
Expand Down

0 comments on commit 00c1259

Please sign in to comment.