Skip to content

Commit

Permalink
run linkcheck on post commit only (it is too unstable)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Tardy committed Jun 27, 2016
1 parent de137c2 commit 600f882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -155,8 +155,8 @@ script:
- "[ $TESTS != docs ] || make docs"
# Run spell checker on documentation
- "[ $TESTS != docs ] || make -C master/docs SPHINXOPTS=-W spelling"
# Runs Sphinx' external link checker
- "[ $TESTS != docs ] || make -C master/docs SPHINXOPTS=-q linkcheck"
# Runs Sphinx' external link checker only on post submit build (it is too unstable)
- "[ $TESTS != docs -o ${TRAVIS_PULL_REQUEST} != false ] || make -C master/docs SPHINXOPTS=-q linkcheck"

- "[ $TESTS != setuppy_test ] || (cd master; python setup.py test)"
- "[ $TESTS != setuppy_test ] || (cd worker; python setup.py test)"
Expand Down

0 comments on commit 600f882

Please sign in to comment.