15 lines
268 B
YAML
15 lines
268 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.1
|
|
|
|
install: gem install jekyll html-proofer
|
|
script: jekyll serve --baseurl "" --detach && htmlproof ./_site --disable-external --empty-alt-ignore
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- gh-pages
|
|
|
|
env:
|
|
global:
|
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|