Skip to content

Commit 33ec66a

Browse files
committed
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
2 parents 34457fb + 911c3de commit 33ec66a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ matrix:
8282
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
8383
- env: INTEGRATION=chronotope/chrono
8484
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
85-
# prevent these jobs with default env vars
85+
allow_failures:
86+
- os: windows
87+
env: CARGO_INCREMENTAL=0 BASE_TESTS=true OS_WINDOWS=true
88+
# prevent these jobs with default env vars
8689
exclude:
8790
- os: linux
8891
- os: osx

0 commit comments

Comments
 (0)