Auto merge of #4389 - flip1995:allow_win_failures, r=phansch
Allow windows failures on travis The windows build breaks about every second travis run. Let's disable it, until we got a fix. changelog: none
This commit is contained in:
commit
33ec66a96f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user