[master] 72ab7cd Upgrade brew's Python to avoid linking errors

Federico G. Schwindt fgsch at lodoss.net
Wed Apr 25 10:53:12 UTC 2018


commit 72ab7cd7d80fa1410fc0ee9f07ff27b32a610737
Author: Carla <iriberrig at gmail.com>
Date:   Wed Apr 25 12:35:55 2018 +0200

    Upgrade brew's Python to avoid linking errors
    
    See: https://github.com/Homebrew/homebrew-core/issues/26358

diff --git a/.travis.yml b/.travis.yml
index 76a6f70..2a84088 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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


More information about the varnish-commit mailing list