rolandjesse.de/.travis.yml
2016-07-12 21:36:31 +02:00

11 lines
277 B
YAML

language: ruby
rvm:
- 2.2.2
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