Skip to content

Commit

Permalink
Merge pull request rust-lang#3407 from scampi/futures-rs
Browse files Browse the repository at this point in the history
silence build failures of futures-rs until https://github.com/rust-la…
  • Loading branch information
topecongiro authored Feb 18, 2019
2 parents 2599b01 + 00c1259 commit 74755e8
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 74755e8

Please sign in to comment.