diff options
| author | Philipp Hansch <dev@phansch.net> | 2019-08-20 07:27:14 +0200 |
|---|---|---|
| committer | Philipp Hansch <dev@phansch.net> | 2019-08-20 07:27:14 +0200 |
| commit | 18592826da472ef52149fd5fd999e4bdf962a8dc (patch) | |
| tree | f0dfd37fcba586a99882a7fc41fe38c746921789 | |
| parent | e92c48989f1c8a3356cde3829c88408da9d8c983 (diff) | |
| download | rust-18592826da472ef52149fd5fd999e4bdf962a8dc.tar.gz rust-18592826da472ef52149fd5fd999e4bdf962a8dc.zip | |
Disable RLS integration test
until RLS has been updated to the latest Clippy commit.
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index fb3d2ef6784..9c1d004d694 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,8 +56,8 @@ 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 |
