Skip to content

Commit

Permalink
Auto merge of #4420 - phansch:disable_rls_integration_test, r=phansch
Browse files Browse the repository at this point in the history
Disable RLS integration test

until RLS has been updated to the latest Clippy commit.

cc #4416 (comment)

changelog: none
  • Loading branch information
bors committed Aug 20, 2019
2 parents 1055cf5 + 1859282 commit cd3df6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd3df6b

Please sign in to comment.