Allow failures on the travis windows build again

This commit is contained in:
flip1995 2019-08-15 10:41:57 +02:00
parent 34457fbd8b
commit 911c3de909
No known key found for this signature in database
GPG Key ID: 693086869D506637

View File

@ -82,7 +82,10 @@ matrix:
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
- env: INTEGRATION=chronotope/chrono
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
# prevent these jobs with default env vars
allow_failures:
- os: windows
env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
# prevent these jobs with default env vars
exclude:
- os: linux
- os: osx