summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2019-07-23 23:14:50 -0500
committersommersoft <sommersoft@gmail.com>2019-07-23 23:14:50 -0500
commit45a54c3fd75d4ac14b46d150cf9b2a69f8f0bb88 (patch)
tree5365006f3c3302b3b4a9dc240d73ed2ef5cb8a7b
parent136bbc1690ef3402a2e924afbd56472910564c02 (diff)
docs: replace overzealous removal of parens
-rwxr-xr-x.travis.yml2
1 files changed, 1 insertions, 1 deletions
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')