Disabled external checks for htmlproofer

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-12-25 20:35:06 +01:00
parent 2ba20006e9
commit 21d9193087

View File

@ -7,7 +7,7 @@ env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
sudo: false
script: bundle exec jekyll build && bundle exec htmlproofer ./_site
script: bundle exec jekyll build && bundle exec htmlproofer ./_site --disable-external
before_deploy:
- openssl aes-256-cbc -K $encrypted_518a90de15e0_key -iv $encrypted_518a90de15e0_iv
-in deploy_ed25519.enc -out deploy_ed25519 -d