about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2019-01-04 18:01:44 +0100
committerPhilipp Hansch <dev@phansch.net>2019-01-04 18:01:44 +0100
commitf8edc39c387b82d9d90460681888b78abdcbe677 (patch)
treea7abf6bff87e2f2cfe14d7a5f3b8f9f2a92fa8ad
parent756b32e1e2ad474097f8d3e510b319dd5023297d (diff)
downloadrust-f8edc39c387b82d9d90460681888b78abdcbe677.tar.gz
rust-f8edc39c387b82d9d90460681888b78abdcbe677.zip
Add itertools to integration tests
-rw-r--r--.travis.yml2
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