diff options
| author | Philipp Hansch <dev@phansch.net> | 2019-01-04 18:01:44 +0100 |
|---|---|---|
| committer | Philipp Hansch <dev@phansch.net> | 2019-01-04 18:01:44 +0100 |
| commit | f8edc39c387b82d9d90460681888b78abdcbe677 (patch) | |
| tree | a7abf6bff87e2f2cfe14d7a5f3b8f9f2a92fa8ad | |
| parent | 756b32e1e2ad474097f8d3e510b319dd5023297d (diff) | |
| download | rust-f8edc39c387b82d9d90460681888b78abdcbe677.tar.gz rust-f8edc39c387b82d9d90460681888b78abdcbe677.zip | |
Add itertools to integration tests
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index eb66112213b..d456497d997 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |
