Skip to content

Commit 024ccb4

Browse files
committed
Move Travis Windows build to allowed failures
Until the remaining issues are fixed. This also enabled `fast_finish`. It will finish even if the windows build is still running.
1 parent ff9dfcc commit 024ccb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ matrix:
5252
- env: INTEGRATION=serde-rs/serde
5353
- env: INTEGRATION=Geal/nom
5454
- env: INTEGRATION=hyperium/hyper
55+
allow_failures:
56+
- os: windows
57+
env: BASE_TEST=true
5558
# prevent these jobs with default env vars
5659
exclude:
5760
- os: linux

0 commit comments

Comments
 (0)