From c060c8950b5c33f6a21defa1cbaf1a0cd16542fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20S=C3=A1nchez-Andrade=20Nu=C3=B1o?= Date: Fri, 24 Jul 2015 16:04:49 -0400 Subject: [PATCH] Add proofer --- tests/cibuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cibuild.sh b/tests/cibuild.sh index 854295b..01b5e05 100755 --- a/tests/cibuild.sh +++ b/tests/cibuild.sh @@ -6,4 +6,4 @@ bundle exec jekyll build #These tests check if your image references, #alt tags, internal links... -#bundle exec htmlproof ./_site --only-4xx --check-html --href-ignore "#" +bundle exec htmlproof ./_site --only-4xx --check-html --href-ignore "#"