.travis.yml: try to update according to documentation

http://jekyllrb.com/docs/continuous-integration/
This commit is contained in:
Mikaela Suomalainen 2014-12-30 08:36:08 +02:00
parent 545a3e49b6
commit ad8c471ed2
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
language: ruby
sudo: false
script: "bundle exec jekyll build"
script: "set -e && bundle exec jekyll build && bundle exec htmlproof ./_site"
rvm: 2.1
notifications:
email: false
matrix:
fast_finish: true
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer