aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-03-24 18:43:04 +0000
committerDario Lombardo <lomato@gmail.com>2019-03-24 20:22:13 +0000
commit4118ba3af13dc17816c60aa22aee6013ee0d980f (patch)
tree09345647c672f9e7b98efc384e623ad2b2487039 /.travis.yml
parentc599e490281b523df23010ae25307ff002068e17 (diff)
travis: Allow Windows builds to fail
Travis CI builds for Windows are still experimental with no sign of improvement for caching, pre-installed packages and other issues. Allow it to fail such that Linux/macOS builds determine the build result. Change-Id: I146e829bd89ab4f0e7bc9e1f1b89803c2294b75d Reviewed-on: https://code.wireshark.org/review/32566 Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 238dad764e..5e0197779b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -76,6 +76,9 @@ matrix:
cache:
directories:
- travis-cache
+ # Windows builds are experimental in Travis and are unreliable, do not force it.
+ allow_failures:
+ - os: windows
before_install:
- echo $TRAVIS_OS_NAME
# macos