Skip to content

Commit

Permalink
Refactored brew installs to match 0.17 ports-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bblacey authored and wwmayer committed Jun 15, 2016
1 parent 59803ff commit e982084
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -130,11 +130,11 @@ before_install:
hdf5 \
homebrew/science/oce \
homebrew/python/matplotlib
brew install vtk --without-python
brew install --with-oce homebrew/science/nglib
brew install --without-framework --without-soqt sanelson/freecad/coin
brew install --HEAD pivy
brew install bblacey/taps/med-file --with-python
brew install homebrew/science/nglib --with-oce
brew install sanelson/freecad/coin --without-framework --without-soqt
brew install sanelson/freecad/pivy --HEAD
brew install bblacey/taps/med-file --without-python
travis_wait 30 brew install vtk --without-python
#Install the 3DConnexion frameworks
if [ ! -d /Library/Frameworks/3DconnexionClient.framework ]; then
Expand Down

0 comments on commit e982084

Please sign in to comment.