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