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.
2 parents 34457fb + 911c3de commit 33ec66aCopy full SHA for 33ec66a
.travis.yml
@@ -82,7 +82,10 @@ matrix:
82
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
83
- env: INTEGRATION=chronotope/chrono
84
85
-# prevent these jobs with default env vars
+ allow_failures:
86
+ - os: windows
87
+ env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
88
+ # prevent these jobs with default env vars
89
exclude:
90
- os: linux
91
- os: osx
0 commit comments