Skip to content

Commit

Permalink
travis: try without brew update on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Oct 16, 2016
1 parent 0366a78 commit 258520f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/travis/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,13 @@ elif [[ ${TRAVIS_OS_NAME} == "osx" ]]; then
# XQ_INSTALL_PID=$!

echo "* Brew update"
brew update
#brew update
brew upgrade xctool || true
echo "* Adding brew taps"
brew tap homebrew/python
brew tap homebrew/science
#brew tap homebrew/boneyard # pyside was moved to boneyard
brew tap FreeCAD/freecad # FreeCAD has a bottled pyside, see https://github.com/FreeCAD/homebrew-freecad
#brew tap FreeCAD/freecad # FreeCAD has a bottled pyside, see https://github.com/FreeCAD/homebrew-freecad
# brew list -1 | while read line; do brew unlink $line; brew link --force $line; done
# brew upgrade --cleanup
echo "* Brew doctor"
Expand Down

0 comments on commit 258520f

Please sign in to comment.