Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2017-12-03 00:28:59 +0300
committerMikkel Krautz <mikkel@krautz.dk>2018-01-05 03:01:59 +0300
commitf41b0589bbc4140cfb6f3f516511c174eb6fa96c (patch)
tree51e34c074e1970f675e5d009e831d06ad848c03e /.travis.yml
parent820ee72ecadadf4d2bf9cf9ccc2ba0d11be7ce7e (diff)
.travis.yml: remove mingw builds from allow_failures.
Our MinGW build was left stale due to mumble-voip/mumble#3208. Altough our current MinGW builders use Wine as their test runner -- and were added to allow_failures exactly for that reason -- it makes more sense to get blocked from merging on build failures. The alternative is that we actively *check* that the MinGW is not broken, which doesn't happen in practice. We obviously can't expect Wine to mirror the exact behavior on any particular Windows version, but let's just look at the MinGW targets in .travis.yml as a check for whether a) the MinGW build works on Linux, and b) whether our tests pass using Wine.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 748be3b1b..a269755fe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,10 +33,6 @@ matrix:
- os: osx
env: MUMBLE_QT=qt5 MUMBLE_HOST=x86_64-w64-mingw32
- allow_failures:
- - env: MUMBLE_QT=qt5 MUMBLE_HOST=i686-w64-mingw32
- - env: MUMBLE_QT=qt5 MUMBLE_HOST=x86_64-w64-mingw32
-
before_install:
- ./scripts/travis-ci/before_install.bash