about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2019-06-09 20:53:24 +0200
committerMatthias Krüger <matthias.krueger@famsik.de>2019-06-09 20:53:24 +0200
commitabfdceca18bab67403ccbe9c80d855c7bb48bdb0 (patch)
tree7904b430bdfa74a06ba8147ab0023beb53486254
parent7d83e136600259c304495581e8debdfb113fc3b7 (diff)
downloadrust-abfdceca18bab67403ccbe9c80d855c7bb48bdb0.tar.gz
rust-abfdceca18bab67403ccbe9c80d855c7bb48bdb0.zip
travis: disable rls integration test.
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 130a7f1fa6d..00636525c5b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,13 +51,13 @@ matrix:
     # We don't want to run these always because they go towards
     # the build limit within the Travis rust-lang account.
     # The jobs are approximately sorted by execution time
-    # disabled cargo integration test due to https://github.com/rust-lang/rust-clippy/issues/4121
+    # disabled cargo and rls integration test due to https://github.com/rust-lang/rust-clippy/issues/4121
     #- env: INTEGRATION=rust-lang/cargo
     #  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