Skip to content

Commit

Permalink
Upgrade brew's Python to avoid linking errors
Browse files Browse the repository at this point in the history
  • Loading branch information
iriberri authored Apr 25, 2018
1 parent a11939e commit 0d091ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ notifications:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update;
brew upgrade python;
brew install docutils sphinx-doc nghttp2;
fi
- if [[ -n "$CLANG" ]]; then
Expand Down

0 comments on commit 0d091ad

Please sign in to comment.