14 lines
No EOL
173 B
YAML
14 lines
No EOL
173 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.1
|
|
|
|
install: gem install jekyll html-proofer
|
|
script: jekyll build
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
env:
|
|
global:
|
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true |