brouilleursdeblanc/.travis.yml
2014-08-08 19:42:53 -04:00

14 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