mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
14 lines
203 B
YAML
14 lines
203 B
YAML
|
language: ruby
|
||
|
rvm:
|
||
|
- 2.1
|
||
|
|
||
|
before_install:
|
||
|
- export NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
||
|
|
||
|
script:
|
||
|
- bundle exec jekyll build --drafts
|
||
|
- bundle exec htmlproof ./_site
|
||
|
|
||
|
notifications:
|
||
|
email: false
|