Skip to content

Commit 625051d

Browse files
committed
Revert "Remove CARGO_INCREMENTAL=0 from windows build"
This reverts commit 876a7e1. Using incremental build on windows increases the build time on travis by about 8 minutes.
1 parent 876a7e1 commit 625051d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ matrix:
4545
- os: linux
4646
env: BASE_TESTS=true
4747
- os: windows
48-
env: BASE_TESTS=true OS_WINDOWS=true
48+
env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
4949

5050
# Builds that are only executed when a PR is r+ed or a try build is started
5151
# We don't want to run these always because they go towards

0 commit comments

Comments
 (0)