From 407e5a000a9efe00d4cba3d9f37198ae7dd6bcf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Mon, 28 Oct 2019 10:46:54 +0100 Subject: [PATCH] travis: temporarily disable rustfmt ci check until #4742 is resolved --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 64036ec3aa3..862a6a79cc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,8 +63,9 @@ matrix: if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - env: INTEGRATION=Geal/nom 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) + # FIXME blocked on https://github.com/rust-lang/rust-clippy/issues/4742 + #- env: INTEGRATION=rust-lang/rustfmt + # if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - env: INTEGRATION=hyperium/hyper if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - env: INTEGRATION=bluss/rust-itertools