]> git.lizzy.rs Git - rust.git/commitdiff
travis: disable rls integration test.
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 9 Jun 2019 18:53:24 +0000 (20:53 +0200)
committerMatthias Krüger <matthias.krueger@famsik.de>
Sun, 9 Jun 2019 18:53:24 +0000 (20:53 +0200)
.travis.yml

index 130a7f1fa6d61277fe4cd20d7c2ada7858c4d1f2..00636525c5bdeb454897a31abbb7e515528f47b8 100644 (file)
@@ -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