From 4e72d1eb8cd462ede1029c15e3155b29dd51428d Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Sat, 13 Apr 2019 13:21:14 +0200 Subject: [PATCH] Add Marwes/combine to integration tests repo link: https://github.com/Marwes/combine `combine` uses a lot of macros internally, has been downloaded more than 200_000 times and is also a dependency of [`redis-rs`](https://crates.io/crates/redis). Clippy also previously ICEd on combine in #3747 so I think it would be good to have this crate as an integration test. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index acb5b9ae0d24..605ac69812e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,6 +78,8 @@ matrix: if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - env: INTEGRATION=bluss/rust-itertools if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) + - env: INTEGRATION=Marwes/combine + if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) allow_failures: - os: windows env: CARGO_INCREMENTAL=0 BASE_TESTS=true