diff options
| author | flip1995 <hello@philkrones.com> | 2019-10-15 15:13:09 +0200 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2019-10-15 15:13:09 +0200 |
| commit | 2f108079da42364273dc288aca6eee2d4cf98c4e (patch) | |
| tree | 8a499aaea589cd4be9b70b5560daf859c4ed24ec | |
| parent | c9dc2b5f6e6e327bb5dbc98e94dc02ad39a6ff29 (diff) | |
| download | rust-2f108079da42364273dc288aca6eee2d4cf98c4e.tar.gz rust-2f108079da42364273dc288aca6eee2d4cf98c4e.zip | |
Enable integration tests again
futures-rs, hyper, rls
| -rw-r--r-- | .travis.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 8f9c5e8f636..13ffb09a686 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,14 +56,14 @@ matrix: if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - env: INTEGRATION=rust-lang-nursery/chalk if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - # - env: INTEGRATION=rust-lang/rls - # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) + - env: INTEGRATION=rust-lang/rls + if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - env: INTEGRATION=Geal/nom if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - env: INTEGRATION=rust-lang/rustfmt if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - # - env: INTEGRATION=hyperium/hyper - # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) + - env: INTEGRATION=hyperium/hyper + 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=serde-rs/serde @@ -72,8 +72,8 @@ matrix: if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - env: INTEGRATION=rust-random/rand if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - # - env: INTEGRATION=rust-lang-nursery/futures-rs - # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) + - env: INTEGRATION=rust-lang-nursery/futures-rs + 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) - env: INTEGRATION=rust-lang-nursery/failure |
