Skip to content

Commit d16e57f

Browse files
committed
Cull unneeded dependencies from Travis OSX build
1 parent 73522dc commit d16e57f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/travis/osx/before_install.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
brew tap osgeo/osgeo4mac
22
brew update
3-
brew install osgeo/osgeo4mac/qgis-28 --only-dependencies
3+
brew install osgeo/osgeo4mac/qgis-28 --without-postgis --without-postgresql --without-grass --without-gpsbabel --only-dependencies
44
brew install spawn-fcgi
55
brew install lighttpd
66
brew install poppler
@@ -12,3 +12,6 @@ brew ln expat --force
1212
brew ln libxml2 --force
1313
brew ln gettext --force
1414
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

Comments
 (0)