mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-24 12:12:37 +01:00
.travis.yml: try to update according to documentation
http://jekyllrb.com/docs/continuous-integration/
This commit is contained in:
parent
545a3e49b6
commit
ad8c471ed2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user