From a445dda638a5baa4646e5b7520360a52a47a1e5a Mon Sep 17 00:00:00 2001 From: John Wiggins Date: Sun, 13 Sep 2015 10:50:22 +0200 Subject: [PATCH] Put the docs build command on a single line. --- tools/travis_script.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/travis_script.sh b/tools/travis_script.sh index e6ca59c4..f46d5306 100755 --- a/tools/travis_script.sh +++ b/tools/travis_script.sh @@ -51,8 +51,7 @@ section_end "Install.optional.dependencies" section "Build.docs" if [[ ($PY != 2.6) && ($PY != 3.2) ]]; then - export SPHINXCACHE=$HOME/.cache/sphinx - make html + export SPHINXCACHE=$HOME/.cache/sphinx; make html fi section_end "Build.docs"