We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73522dc commit d16e57fCopy full SHA for d16e57f
ci/travis/osx/before_install.sh
@@ -1,6 +1,6 @@
1
brew tap osgeo/osgeo4mac
2
brew update
3
-brew install osgeo/osgeo4mac/qgis-28 --only-dependencies
+brew install osgeo/osgeo4mac/qgis-28 --without-postgis --without-postgresql --without-grass --without-gpsbabel --only-dependencies
4
brew install spawn-fcgi
5
brew install lighttpd
6
brew install poppler
@@ -12,3 +12,6 @@ brew ln expat --force
12
brew ln libxml2 --force
13
brew ln gettext --force
14
brew ln libffi --force
15
+
16
+mkdir -p /Users/travis/Library/Python/2.7/lib/python/site-packages
17
+echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/travis/Library/Python/2.7/lib/python/site-packages/homebrew.pth
0 commit comments