Revert "Remove CARGO_INCREMENTAL=0 from windows build"

This reverts commit 876a7e1f01.

Using incremental build on windows increases the build time on travis by
about 8 minutes.
This commit is contained in:
flip1995 2019-07-14 15:13:47 +02:00
parent 876a7e1f01
commit 625051d3e7
No known key found for this signature in database
GPG key ID: 693086869D506637

View file

@ -45,7 +45,7 @@ matrix:
- os: linux
env: BASE_TESTS=true
- os: windows
env: BASE_TESTS=true OS_WINDOWS=true
env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
# 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