Skip to content

Commit 407e5a0

Browse files
committed
travis: temporarily disable rustfmt ci check until rust-lang#4742 is resolved
1 parent ece5f86 commit 407e5a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ matrix:
6363
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
6464
- env: INTEGRATION=Geal/nom
6565
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
66-
- env: INTEGRATION=rust-lang/rustfmt
67-
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
66+
# FIXME blocked on https://github.com/rust-lang/rust-clippy/issues/4742
67+
#- env: INTEGRATION=rust-lang/rustfmt
68+
# if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
6869
- env: INTEGRATION=hyperium/hyper
6970
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
7071
- env: INTEGRATION=bluss/rust-itertools

0 commit comments

Comments
 (0)