Skip to content

Commit

Permalink
Auto merge of #3631 - phansch:add_itertools_to_integration_tests, r=p…
Browse files Browse the repository at this point in the history
…hansch

Add itertools to integration tests

Mainly because it causes an ICE in rust-lang/rust#57298
and it's a good library to test anyway.
  • Loading branch information
bors committed Jan 4, 2019
2 parents 8ac411d + f8edc39 commit cf3fb90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ matrix:
if: repo =~ /^rust-lang\/rust-clippy$/
- env: INTEGRATION=hyperium/hyper
if: repo =~ /^rust-lang\/rust-clippy$/
- env: INTEGRATION=bluss/rust-itertools
if: repo =~ /^rust-lang\/rust-clippy$/
allow_failures:
- os: windows
env: CARGO_INCREMENTAL=0 BASE_TESTS=true
Expand Down

0 comments on commit cf3fb90

Please sign in to comment.