From ab7030ca75c7239e32763adf22d34ee7b1cc8eac Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Tue, 17 Sep 2019 14:57:43 +0200 Subject: [PATCH] Relax what html-proofer checks --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 299c6d0478..e4188d85ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_script: # the `install` step will run `bundle install` by default. script: - bundle exec jekyll build - - bundle exec htmlproofer ./_site --assume-extension + - bundle exec htmlproofer ./_site --assume-extension --only-4xx --checks-to-ignore=ImageCheck,ScriptCheck --allow-missing-href --allow-hash-href env: global: