Turning Travis LInkCheck back on.

This commit is contained in:
Perry Woodin 2016-11-14 12:39:27 -05:00
parent 80aa37ac0d
commit ca3f62c957

View file

@ -2,4 +2,4 @@
set -e # halt script on error
npm run build
bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-ignore '/.*/' --file-ignore /assets/,/dist/,/style-guide/,/blog/ --checks-to-ignore 'ImageCheck','LinkCheck'
bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --alt-ignore '/.*/' --file-ignore /assets/,/dist/,/style-guide/,/blog/ --checks-to-ignore 'ImageCheck'