diff --git a/.travis.yml b/.travis.yml index 18d29ba27b1..368f7cc173a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ rvm: - 2.4 script: - bundle exec jekyll build --future - - bundle exec htmlproofer ./_site --only-4xx --check-favicon --check-html --url-ignore "/#.*/" --http-status-ignore "441" + - bundle exec htmlproofer ./_site --only-4xx --check-favicon --check-html --url-ignore "/#.*/" --http-status-ignore "400,441" env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true