Skip to content

Commit

Permalink
Travis: fix Homebrew Python issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Apr 14, 2018
1 parent cf446d3 commit cd63b76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ packages_apt () {

packages_homebrew () {
brew update > /dev/null
# See https://github.com/Homebrew/homebrew-core/issues/26358.
brew upgrade python > /dev/null

if [ "$COMPILER" = system ]
then
Expand Down

0 comments on commit cd63b76

Please sign in to comment.