Skip to content

Commit

Permalink
htmlproofer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abhshkdz committed Jan 23, 2021
1 parent 7efd4fe commit 893f90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 893f90b

Please sign in to comment.