[6.0] 177355720 Rework to hopefully fix the travis osx job

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Oct 31 13:08:06 UTC 2018


commit 17735572051c9f97b1a8049feefcbb961586a17c
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Wed Aug 22 15:56:56 2018 +0100

    Rework to hopefully fix the travis osx job

diff --git a/.travis.yml b/.travis.yml
index 021ed0de5..4441126b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,6 +38,7 @@ before_install:
       brew update
       brew upgrade python
       brew install docutils sphinx-doc nghttp2
+      export PATH="/usr/local/opt/sphinx-doc/bin:$PATH"
     elif [[ -n "$CLANG" ]]; then
       wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
       sudo apt-add-repository -y \
@@ -60,7 +61,6 @@ script:
   - |
     if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
       export PYTHONPATH=`brew --prefix`/lib/python2.7/site-packages
-      export PATH="/usr/local/opt/sphinx-doc/bin:$PATH"
     fi
     if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then
       make -j3 distcheck


More information about the varnish-commit mailing list