From 34554551daeaff4bdc30f264e7724aecc424279d Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Mon, 9 Dec 2019 12:44:07 +0100 Subject: [PATCH] Don't check empty alt attribute for img tags --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b3ab200072..805c012ab6 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 --allow-hash-href + - bundle exec htmlproofer ./_site --assume-extension --allow-hash-href --empty-alt-ignore env: global: