Add itertools to integration tests

This commit is contained in:
Philipp Hansch 2019-01-04 18:01:44 +01:00
parent 756b32e1e2
commit f8edc39c38
No known key found for this signature in database
GPG key ID: B6FA06A6E0E2665B

View file

@ -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