]> git.lizzy.rs Git - rust.git/commitdiff
Remove `CARGO_INCREMENTAL=0` from windows build
authorflip1995 <hello@philkrones.com>
Sat, 13 Jul 2019 11:26:26 +0000 (13:26 +0200)
committerflip1995 <hello@philkrones.com>
Sat, 13 Jul 2019 11:26:26 +0000 (13:26 +0200)
.travis.yml

index 3f7c856a7f762ebb158d06a14c34333b58ee709d..eb3d4803b3b78b2611fc0ce8eae03d47ef498037 100644 (file)
@@ -45,7 +45,7 @@ matrix:
     - os: linux
       env: BASE_TESTS=true
     - 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
     # We don't want to run these always because they go towards