Disable cargo integration test due to clippy ICE
This commit is contained in:
parent
a6cf35264f
commit
833ef0036a
@ -51,8 +51,9 @@ matrix:
|
||||
# We don't want to run these always because they go towards
|
||||
# the build limit within the Travis rust-lang account.
|
||||
# The jobs are approximately sorted by execution time
|
||||
- env: INTEGRATION=rust-lang/cargo
|
||||
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
|
||||
# disabled cargo integration test due to https://github.com/rust-lang/rust-clippy/issues/4121
|
||||
#- 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)
|
||||
- env: INTEGRATION=rust-lang/rls
|
||||
|
Loading…
Reference in New Issue
Block a user