brouilleursdeblanc/.travis.yml

14 lines
203 B
YAML
Raw Normal View History

2014-07-28 19:49:14 +00:00
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