Skip to content

Commit 911c3de

Browse files
committed
Allow failures on the travis windows build again
1 parent 34457fb commit 911c3de

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)