From 842159036a9cfdc518a54ee1ab35de4b14206318 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Fri, 15 Apr 2016 18:26:36 +0200 Subject: [PATCH] [travis] OSX: Force sip version 4.17 due to build problems --- .travis.yml | 2 -- ci/travis/osx/before_install.sh | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 99a57f49a03..f2a41f40971 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ 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 diff --git a/ci/travis/osx/before_install.sh b/ci/travis/osx/before_install.sh index 0ac484ed872..c18f96894d7 100755 --- a/ci/travis/osx/before_install.sh +++ b/ci/travis/osx/before_install.sh @@ -1,6 +1,8 @@ brew tap osgeo/osgeo4mac brew update brew install osgeo/osgeo4mac/qgis-28 --without-postgis --without-postgresql --without-grass --without-gpsbabel --only-dependencies +brew install https://raw.githubusercontent.com/opengisch/homebrew-versions/sip-4.17/sip417.rb +brew link --overwrite sip417 brew install qca brew install spawn-fcgi brew install lighttpd