]> git.lizzy.rs Git - rust.git/commitdiff
Add Marwes/combine to integration tests
authorPhilipp Hansch <dev@phansch.net>
Sat, 13 Apr 2019 11:21:14 +0000 (13:21 +0200)
committerPhilipp Hansch <dev@phansch.net>
Sat, 13 Apr 2019 11:21:14 +0000 (13:21 +0200)
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

index acb5b9ae0d2429e8d7f48acfbe5422bfc82538e9..605ac69812e7ddc2952edc5e6e3eaeac0f24a720 100644 (file)
@@ -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