We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37bd8c commit 37299a4Copy full SHA for 37299a4
.travis.yml
@@ -61,7 +61,7 @@ matrix:
61
- env: INTEGRATION=rust-lang-nursery/chalk
62
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
63
- env: INTEGRATION=rust-lang/rls
64
- if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
+ if: repo =~ /^rust-lang\/rust-clippy$/ # AND branch IN (auto, try)
65
- env: INTEGRATION=Geal/nom
66
67
# FIXME blocked on https://github.com/rust-lang/rust-clippy/issues/4742
0 commit comments