Skip to content

Commit

Permalink
travis: do not use boneyard
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Oct 16, 2016
1 parent 6eb89f5 commit 0366a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ elif [[ ${TRAVIS_OS_NAME} == "osx" ]]; then
echo "* Adding brew taps"
brew tap homebrew/python
brew tap homebrew/science
brew tap homebrew/boneyard # pyside was moved to boneyard
#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 list -1 | while read line; do brew unlink $line; brew link --force $line; done
# brew upgrade --cleanup
Expand Down

0 comments on commit 0366a78

Please sign in to comment.