diff --git a/_utils/travis.sh b/_utils/travis.sh index 3a430937..69372771 100755 --- a/_utils/travis.sh +++ b/_utils/travis.sh @@ -67,7 +67,8 @@ htmlproofer ./_site \ --disable-external \ --checks-to-ignore ImageCheck \ --file-ignore ./_site/video-tours/index.html \ - --url-ignore "/qubes-issues/" || all_ok=false + --url-ignore "/qubes-issues/" || all_ok=false \ + --only_4xx if $all_ok; then echo 'All checks passed!'