Commit f7831b62 authored by Carla's avatar Carla Committed by Dridi Boukelmoune

Upgrade brew's Python to avoid linking errors

See: https://github.com/Homebrew/homebrew-core/issues/26358
parent d023c39c
......@@ -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