about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-04-14 09:46:47 +0000
committerbors <bors@rust-lang.org>2019-04-14 09:46:47 +0000
commitb1f05de7c536bbc0d640cb59dd2d6dfcb5b345aa (patch)
tree0cd4382b15fdef44ba1908875f8d6b330d2072c0
parentd19b66e9002a050ca12ac52ebd4cfbaee4dcf32f (diff)
parent4e72d1eb8cd462ede1029c15e3155b29dd51428d (diff)
downloadrust-b1f05de7c536bbc0d640cb59dd2d6dfcb5b345aa.tar.gz
rust-b1f05de7c536bbc0d640cb59dd2d6dfcb5b345aa.zip
Auto merge of #3951 - phansch:add_combine_integration_test, r=phansch
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.
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index acb5b9ae0d2..605ac69812e 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