File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ matrix:
51
51
# We don't want to run these always because they go towards
52
52
# the build limit within the Travis rust-lang account.
53
53
# The jobs are approximately sorted by execution time
54
- # disabled cargo integration test due to https://github.com/rust-lang/rust-clippy/issues/4121
54
+ # disabled cargo and rls integration test due to https://github.com/rust-lang/rust-clippy/issues/4121
55
55
# - env: INTEGRATION=rust-lang/cargo
56
56
# if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
57
57
- env : INTEGRATION=rust-lang-nursery/chalk
58
58
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)
61
61
- env : INTEGRATION=Geal/nom
62
62
if : repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
63
63
- env : INTEGRATION=rust-lang/rustfmt
You can’t perform that action at this time.
0 commit comments