We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8409a97 commit 99d6e36Copy full SHA for 99d6e36
.travis.yml
@@ -61,9 +61,8 @@ matrix:
61
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
62
- env: INTEGRATION=rust-lang/cargo
63
64
- # FIXME: Output too large
65
- # - env: INTEGRATION=rust-lang-nursery/chalk
66
- # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
+ - env: INTEGRATION=rust-lang/chalk
+ if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
67
- env: INTEGRATION=Geal/nom
68
69
- env: INTEGRATION=rust-lang/rustfmt
0 commit comments