From 553db874d7183d33040807142b1f4f79441c1d4c Mon Sep 17 00:00:00 2001 From: flip1995 Date: Sat, 23 Nov 2019 16:49:47 +0100 Subject: [PATCH] Disable chalk integration test. Output too large --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e714b82b19fe..4d4ed4cc55b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,8 +61,9 @@ matrix: if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - env: INTEGRATION=rust-lang/cargo if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) - - env: INTEGRATION=rust-lang-nursery/chalk - if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try) + # FIXME: Output too large + # - env: INTEGRATION=rust-lang-nursery/chalk + # 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) # FIXME blocked on https://github.com/rust-lang/rust-clippy/issues/4727