rolandjesse.de/.travis.yml
2015-11-21 22:04:23 +05:30

10 lines
270 B
YAML

language: ruby
rvm:
- 2.1
install: gem install jekyll jekyll-paginate jemoji html-proofer
script: JEKYLL_ENV=production jekyll serve --baseurl "" --detach && htmlproof ./_site --disable-external --empty-alt-ignore
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true