Skip to content

Commit 833ef00

Browse files
committed
Disable cargo integration test due to clippy ICE
1 parent a6cf352 commit 833ef00

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
@@ -51,8 +51,9 @@ matrix:
5151
# We don't want to run these always because they go towards
5252
# the build limit within the Travis rust-lang account.
5353
# The jobs are approximately sorted by execution time
54-
- env: INTEGRATION=rust-lang/cargo
55-
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
54+
# disabled cargo integration test due to https://github.com/rust-lang/rust-clippy/issues/4121
55+
#- env: INTEGRATION=rust-lang/cargo
56+
# if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
5657
- env: INTEGRATION=rust-lang-nursery/chalk
5758
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
5859
- env: INTEGRATION=rust-lang/rls

0 commit comments

Comments
 (0)