From 54fb32d0f502a556fdab32617406f2bb0f27554f Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Thu, 18 Aug 2016 07:12:48 +0200 Subject: [PATCH] [travis] Allow failing mac osx builds Seems to be a (temporary?) problem with sip in homebrew --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4198a9fc7f55..56384e93235b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ matrix: fast_finish: true + allow_failures: + - os: osx include: # QT4 based build with Python 2.7 // using container based builds and prebuild binary dependencies in osgeo4travis - os: linux