mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-30 08:30:45 +00:00
Remove CARGO_INCREMENTAL=0
from windows build
This commit is contained in:
parent
4817c2c381
commit
876a7e1f01
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ matrix:
|
||||||
- os: linux
|
- os: linux
|
||||||
env: BASE_TESTS=true
|
env: BASE_TESTS=true
|
||||||
- os: windows
|
- os: windows
|
||||||
env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
|
env: BASE_TESTS=true OS_WINDOWS=true
|
||||||
|
|
||||||
# Builds that are only executed when a PR is r+ed or a try build is started
|
# Builds that are only executed when a PR is r+ed or a try build is started
|
||||||
# We don't want to run these always because they go towards
|
# We don't want to run these always because they go towards
|
||||||
|
|
Loading…
Reference in a new issue