brouilleursdeblanc/.travis.yml

14 lines
204 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
2014-08-08 23:42:53 +00:00
# - bundle exec htmlproof ./_site
2014-07-28 19:49:14 +00:00
notifications:
email: false