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