diff --git a/.travis.yml b/.travis.yml index 5a0fa0d7c..9092e56b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,14 +20,14 @@ script: - pep8 . - pep257 . --match='.*\.py' - nosetests --with-coverage --cover-package proselint -- if [ "$TRAVIS_BRANCH" == "master" ]; then +- if [ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]; then python scripts/insert_demo.py; cd site; jekyll build; s3_website push; cd ..; + check-links "http://proselint.com"; fi -- check-links "http://proselint.com" after_success: - coveralls env: