Skip to content

Commit cf3fb90

Browse files
committed
Auto merge of #3631 - phansch:add_itertools_to_integration_tests, r=phansch
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.
2 parents 8ac411d + f8edc39 commit cf3fb90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ matrix:
7171
if: repo =~ /^rust-lang\/rust-clippy$/
7272
- env: INTEGRATION=hyperium/hyper
7373
if: repo =~ /^rust-lang\/rust-clippy$/
74+
- env: INTEGRATION=bluss/rust-itertools
75+
if: repo =~ /^rust-lang\/rust-clippy$/
7476
allow_failures:
7577
- os: windows
7678
env: CARGO_INCREMENTAL=0 BASE_TESTS=true

0 commit comments

Comments
 (0)