Skip to content

Commit 876a7e1

Browse files
committed
Remove CARGO_INCREMENTAL=0 from windows build
1 parent 4817c2c commit 876a7e1

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: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
48+
env: 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)