We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8166bf commit 39f179dCopy full SHA for 39f179d
.travis.yml
@@ -52,7 +52,7 @@ matrix:
52
- os: linux
53
env: BASE_TESTS=true
54
- os: windows
55
- env: BASE_TESTS=true
+ env: CARGO_INCREMENTAL=0 BASE_TESTS=true
56
- env: INTEGRATION=rust-lang/cargo
57
if: repo =~ /^rust-lang\/rust-clippy$/
58
- env: INTEGRATION=rust-random/rand
@@ -81,7 +81,7 @@ matrix:
81
82
allow_failures:
83
84
85
# prevent these jobs with default env vars
86
exclude:
87
0 commit comments