mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-25 22:09:24 +01:00
Fix .travis.yml
This commit is contained in:
parent
af80247bf9
commit
9d9620e551
@ -1,11 +1,11 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
sudo: false
|
sudo: false
|
||||||
script: "gem install html-proofer github-pages jekyll-mentions jemoji jekyll-redirect-from jekyll-sitemap && set -e && bundle exec jekyll build && bundle exec htmlproof ./_site"
|
script: "set -e && gem install github-pages && jekyll build"
|
||||||
#rvm: 2.1
|
rvm: 2.1
|
||||||
notifications:
|
notifications:
|
||||||
# email: false
|
email: false
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
||||||
|
Loading…
Reference in New Issue
Block a user