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.
This commit is contained in:
Philipp Hansch 2018-10-12 07:41:25 +02:00
parent ff9dfccade
commit 024ccb4f50
No known key found for this signature in database
GPG Key ID: B6FA06A6E0E2665B
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ matrix:
- env: INTEGRATION=serde-rs/serde - env: INTEGRATION=serde-rs/serde
- env: INTEGRATION=Geal/nom - env: INTEGRATION=Geal/nom
- env: INTEGRATION=hyperium/hyper - env: INTEGRATION=hyperium/hyper
allow_failures:
- os: windows
env: BASE_TEST=true
# prevent these jobs with default env vars # prevent these jobs with default env vars
exclude: exclude:
- os: linux - os: linux