about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2019-08-20 07:27:14 +0200
committerPhilipp Hansch <dev@phansch.net>2019-08-20 07:27:14 +0200
commit18592826da472ef52149fd5fd999e4bdf962a8dc (patch)
treef0dfd37fcba586a99882a7fc41fe38c746921789
parente92c48989f1c8a3356cde3829c88408da9d8c983 (diff)
downloadrust-18592826da472ef52149fd5fd999e4bdf962a8dc.tar.gz
rust-18592826da472ef52149fd5fd999e4bdf962a8dc.zip
Disable RLS integration test
until RLS has been updated to the latest Clippy commit.
-rw-r--r--.travis.yml4
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