diff options
| author | Philipp Hansch <dev@phansch.net> | 2018-10-12 07:41:25 +0200 |
|---|---|---|
| committer | Philipp Hansch <dev@phansch.net> | 2018-10-12 08:10:50 +0200 |
| commit | 024ccb4f508c184127e2522ce8ac77a9229b31e9 (patch) | |
| tree | e5ce3b7bc7b18b3f37e469ac21ea6cd25173636f | |
| parent | ff9dfccadee1a724f357999fb9eb671fe04e837c (diff) | |
| download | rust-024ccb4f508c184127e2522ce8ac77a9229b31e9.tar.gz rust-024ccb4f508c184127e2522ce8ac77a9229b31e9.zip | |
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.
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 20c98062dd8..7abfe0e03dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +52,9 @@ matrix: - env: INTEGRATION=serde-rs/serde - env: INTEGRATION=Geal/nom - env: INTEGRATION=hyperium/hyper + allow_failures: + - os: windows + env: BASE_TEST=true # prevent these jobs with default env vars exclude: - os: linux |
