We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece5f86 commit 407e5a0Copy full SHA for 407e5a0
.travis.yml
@@ -63,8 +63,9 @@ matrix:
63
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
64
- env: INTEGRATION=Geal/nom
65
66
- - env: INTEGRATION=rust-lang/rustfmt
67
- if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
+ # FIXME blocked on https://github.com/rust-lang/rust-clippy/issues/4742
+ #- env: INTEGRATION=rust-lang/rustfmt
68
+ # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
69
- env: INTEGRATION=hyperium/hyper
70
71
- env: INTEGRATION=bluss/rust-itertools
0 commit comments