Fixes #33, caused by jekyll 3.0 deprecation madness

This commit is contained in:
Panos Sakkos 2015-11-01 00:52:39 +01:00
parent a1610c314c
commit 4e10ea9066
13 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,7 @@ language: ruby
rvm:
- 2.1
install: gem install jekyll html-proofer
install: gem install jekyll jekyll-paginate html-proofer
script: jekyll serve --baseurl "" --detach && htmlproof ./_site --disable-external --empty-alt-ignore
env: