Skip to content

Commit 45a54c3

Browse files
committed
docs: replace overzealous removal of parens
1 parent 136bbc1 commit 45a54c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ script:
129129
- echo 'travis_fold:end:test_mpy' && tools/print_status.py status
130130

131131
- (echo 'Building docs' && echo 'travis_fold:start:build_docs')
132-
- (! var_search "${TRAVIS_TESTS-}" docs || sphinx-build -E -W -b html . _build/html ; S=$? ; echo $S > status ; (exit $S)
132+
- (! var_search "${TRAVIS_TESTS-}" docs || sphinx-build -E -W -b html . _build/html) ; S=$? ; echo $S > status ; (exit $S)
133133
- echo 'travis_fold:end:build_docs' && tools/print_status.py status
134134

135135
- (echo 'Building translations' && echo 'travis_fold:start:build_translations')

0 commit comments

Comments
 (0)