[master] b0190d0 Ignore failures from the osx job on Travis CI
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Tue Mar 14 16:31:05 CET 2017
commit b0190d0f835030d473b35b25f96facc897235c17
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Tue Mar 14 16:29:04 2017 +0100
Ignore failures from the osx job on Travis CI
This is not a supported platform, and we can still collect test logs for
failing jobs.
diff --git a/.travis.yml b/.travis.yml
index c339f55..732d895 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,8 @@ matrix:
- os: osx
osx_image: xcode8.2
compiler: clang
+ allow_failures:
+ - os: osx
addons:
apt:
packages:
More information about the varnish-commit
mailing list