From 45a54c3fd75d4ac14b46d150cf9b2a69f8f0bb88 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Tue, 23 Jul 2019 23:14:50 -0500 Subject: docs: replace overzealous removal of parens --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 31fca9c5c..de5f34c68 100755 --- a/.travis.yml +++ b/.travis.yml @@ -129,7 +129,7 @@ script: - echo 'travis_fold:end:test_mpy' && tools/print_status.py status - (echo 'Building docs' && echo 'travis_fold:start:build_docs') - - (! var_search "${TRAVIS_TESTS-}" docs || sphinx-build -E -W -b html . _build/html ; S=$? ; echo $S > status ; (exit $S) + - (! var_search "${TRAVIS_TESTS-}" docs || sphinx-build -E -W -b html . _build/html) ; S=$? ; echo $S > status ; (exit $S) - echo 'travis_fold:end:build_docs' && tools/print_status.py status - (echo 'Building translations' && echo 'travis_fold:start:build_translations') -- cgit v1.2.3