2014-12-29 18:36:48 +01:00
|
|
|
language: ruby
|
|
|
|
sudo: false
|
2015-10-09 12:30:11 +02:00
|
|
|
script:
|
|
|
|
- "gem install github-pages"
|
|
|
|
- "jekyll build --drafts"
|
|
|
|
"python2 --version && python2 -m pip --version"
|
|
|
|
- "python2 -m pip install html5validator --user --upgrade"
|
|
|
|
- "~/.local/bin/html5validator --root _site/|true"
|
2015-02-13 09:44:28 +01:00
|
|
|
rvm: 2.1
|
2014-12-29 18:36:48 +01:00
|
|
|
notifications:
|
2015-02-13 09:44:28 +01:00
|
|
|
email: false
|
2014-12-29 18:36:48 +01:00
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
2014-12-30 07:36:08 +01:00
|
|
|
env:
|
|
|
|
global:
|
2015-02-13 09:44:28 +01:00
|
|
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|