travis: temporarily disable rustfmt ci check until #4742 is resolved

This commit is contained in:
Matthias Krüger 2019-10-28 10:46:54 +01:00
parent ece5f862c4
commit 407e5a000a

View File

@ -63,8 +63,9 @@ matrix:
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
- env: INTEGRATION=Geal/nom - env: INTEGRATION=Geal/nom
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
- env: INTEGRATION=rust-lang/rustfmt # FIXME blocked on https://github.com/rust-lang/rust-clippy/issues/4742
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) #- env: INTEGRATION=rust-lang/rustfmt
# if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
- env: INTEGRATION=hyperium/hyper - env: INTEGRATION=hyperium/hyper
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
- env: INTEGRATION=bluss/rust-itertools - env: INTEGRATION=bluss/rust-itertools