From ca3f62c957ae1e2fa63b42502925d2e9b6da31c0 Mon Sep 17 00:00:00 2001 From: Perry Woodin Date: Mon, 14 Nov 2016 12:39:27 -0500 Subject: [PATCH] Turning Travis LInkCheck back on. --- cibuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cibuild.sh b/cibuild.sh index 46647e5..8636776 100644 --- a/cibuild.sh +++ b/cibuild.sh @@ -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'