Skip to content

Commit 1859282

Browse files
committed
Disable RLS integration test
until RLS has been updated to the latest Clippy commit.
1 parent e92c489 commit 1859282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ matrix:
5656
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
5757
- env: INTEGRATION=rust-lang-nursery/chalk
5858
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
59-
- env: INTEGRATION=rust-lang/rls
60-
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
59+
# - env: INTEGRATION=rust-lang/rls
60+
# if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
6161
- env: INTEGRATION=Geal/nom
6262
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
6363
- env: INTEGRATION=rust-lang/rustfmt

0 commit comments

Comments
 (0)