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 34457fb commit 911c3deCopy full SHA for 911c3de
.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