rolandjesse.de/.travis.yml
2016-03-07 01:25:31 +01:00

10 lines
274 B
YAML

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