[master] 42f7fc2 Ensure sphinx is in the PATH

Federico G. Schwindt fgsch at lodoss.net
Thu Apr 26 09:38:13 UTC 2018


commit 42f7fc230d61005f2d967a32d6c01252e6a0023c
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Apr 26 10:25:09 2018 +0100

    Ensure sphinx is in the PATH

diff --git a/.travis.yml b/.travis.yml
index 2a84088..2cae8db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,6 +58,7 @@ before_install:
   - ./configure ${CONFIGURE_ARGS}
 script:
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
-      export PYTHONPATH=`brew --prefix`/lib/python2.7/site-packages; fi
+      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; fi
   - if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then make -j3 check VERBOSE=1; fi


More information about the varnish-commit mailing list