Skip to content

Commit 553db87

Browse files
committed
Disable chalk integration test. Output too large
1 parent fb18354 commit 553db87

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
@@ -61,8 +61,9 @@ matrix:
6161
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
6262
- env: INTEGRATION=rust-lang/cargo
6363
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
64-
- env: INTEGRATION=rust-lang-nursery/chalk
65-
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
64+
# FIXME: Output too large
65+
# - env: INTEGRATION=rust-lang-nursery/chalk
66+
# if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
6667
- env: INTEGRATION=Geal/nom
6768
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
6869
# FIXME blocked on https://github.com/rust-lang/rust-clippy/issues/4727

0 commit comments

Comments
 (0)