brouilleursdeblanc/.travis.yml
2014-07-28 21:49:14 +02:00

13 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