mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
13 lines
204 B
YAML
13 lines
204 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
|