Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 3b8eae0

Browse files
committed
Add spelling checker in scripts again, to cause build failures
1 parent 93300b7 commit 3b8eae0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ addons:
1515

1616
install: pip install sphinx~=1.3 git+https://github.com/fabpot/sphinx-php.git sphinxcontrib-spelling pyenchant
1717

18-
script: sphinx-build -nW -b html -d _build/doctrees . _build/html
19-
20-
after_success: if [[ $TRAVIS_PULL_REQUEST == false ]]; then make spelling; fi
18+
script:
19+
- sphinx-build -nW -b html -d _build/doctrees . _build/html
20+
- if [[ $TRAVIS_PULL_REQUEST == false ]]; then make spelling; fi

0 commit comments

Comments
 (0)