rolandjesse.de/.travis.yml
2018-03-12 02:45:14 -03:00

11 lines
275 B
YAML

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