Skip to content

Commit 39f179d

Browse files
committed
Disable incremental build for windows
Testing if this speeds up compilation time for the Windows CI build.
1 parent d8166bf commit 39f179d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ matrix:
5252
- os: linux
5353
env: BASE_TESTS=true
5454
- os: windows
55-
env: BASE_TESTS=true
55+
env: CARGO_INCREMENTAL=0 BASE_TESTS=true
5656
- env: INTEGRATION=rust-lang/cargo
5757
if: repo =~ /^rust-lang\/rust-clippy$/
5858
- env: INTEGRATION=rust-random/rand
@@ -81,7 +81,7 @@ matrix:
8181
if: repo =~ /^rust-lang\/rust-clippy$/
8282
allow_failures:
8383
- os: windows
84-
env: BASE_TESTS=true
84+
env: CARGO_INCREMENTAL=0 BASE_TESTS=true
8585
# prevent these jobs with default env vars
8686
exclude:
8787
- os: linux

0 commit comments

Comments
 (0)