Skip to content

Commit d472073

Browse files
committed
Use htmlproofer, not htmlproof, in travis script
Signed-off-by: Rob Hoes <[email protected]>
1 parent 88e3ab7 commit d472073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis-ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ mv _site ${TEST_BASEURL}
1414
mkdir _site
1515
mv ${TEST_BASEURL} _site
1616
export NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up install of html-proofer
17-
bundle exec htmlproof --check-html ./_site
17+
bundle exec htmlproofer --check-html ./_site

0 commit comments

Comments
 (0)