Commit 72ab7cd7 authored by Carla's avatar Carla Committed by Federico G. Schwindt

Upgrade brew's Python to avoid linking errors

See: https://github.com/Homebrew/homebrew-core/issues/26358
parent a11939eb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment