Added htmlproofer in travis ci as validation

This commit is contained in:
Panos Sakkos 2015-10-06 18:09:58 +02:00
parent b1d735539c
commit 40c76eb12a
3 changed files with 2 additions and 8 deletions

View file

@ -3,7 +3,7 @@ rvm:
- 2.1
install: gem install jekyll html-proofer
script: jekyll build
script: jekyll serve --baseurl "" --detach && htmlproof ./_site --disable-external --empty-alt-ignore
branches:
only: