Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cull unneeded dependencies from Travis OSX build
  • Loading branch information
nyalldawson committed Aug 19, 2015
1 parent 73522dc commit d16e57f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/travis/osx/before_install.sh
@@ -1,6 +1,6 @@
brew tap osgeo/osgeo4mac
brew update
brew install osgeo/osgeo4mac/qgis-28 --only-dependencies
brew install osgeo/osgeo4mac/qgis-28 --without-postgis --without-postgresql --without-grass --without-gpsbabel --only-dependencies
brew install spawn-fcgi
brew install lighttpd
brew install poppler
Expand All @@ -12,3 +12,6 @@ brew ln expat --force
brew ln libxml2 --force
brew ln gettext --force
brew ln libffi --force

mkdir -p /Users/travis/Library/Python/2.7/lib/python/site-packages
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 comments on commit d16e57f

Please sign in to comment.