mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-12-25 12:42:34 +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
|
language: ruby
|
||||||
sudo: false
|
sudo: false
|
||||||
script: "bundle exec jekyll build"
|
script: "set -e && bundle exec jekyll build && bundle exec htmlproof ./_site"
|
||||||
|
rvm: 2.1
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
|
||||||
|
Loading…
Reference in New Issue
Block a user