Skip to content

Commit cd3df6b

Browse files
committed
Auto merge of #4420 - phansch:disable_rls_integration_test, r=phansch
Disable RLS integration test until RLS has been updated to the latest Clippy commit. cc rust-lang/rust-clippy#4416 (comment) changelog: none
2 parents 1055cf5 + 1859282 commit cd3df6b

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)