rolandjesse.de/.travis.yml
2015-10-05 23:07:57 +02:00

15 lines
187 B
YAML

language: ruby
rvm:
- 2.1
install: gem install jekyll html-proofer
script: jekyll build
branches:
only:
- master
- gh-pages
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true