disable external link checks

This commit is contained in:
Bryan Paxton 2018-06-30 05:46:36 -05:00
parent 4440259698
commit d681d61edb

View File

@ -14,7 +14,7 @@ before_script:
- bower install
script:
- bundle exec jekyll build
- bundle exec htmlproofer --assume_extension ./www
- bundle exec htmlproofer --assume_extension ./www --disable-external
deploy:
provider: pages # https://docs.travis-ci.com/user/deployment/pages/
skip-cleanup: true