We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CARGO_INCREMENTAL=0
1 parent 876a7e1 commit 625051dCopy full SHA for 625051d
.travis.yml
@@ -45,7 +45,7 @@ matrix:
45
- os: linux
46
env: BASE_TESTS=true
47
- os: windows
48
- env: BASE_TESTS=true OS_WINDOWS=true
+ env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
49
50
# Builds that are only executed when a PR is r+ed or a try build is started
51
# We don't want to run these always because they go towards
0 commit comments