mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-16 17:09:28 +01:00
Mikaela Suomalainen
7cddd4a4de
This is how far I got, I will disable Travis again for some other time.
12 lines
373 B
YAML
12 lines
373 B
YAML
language: ruby
|
|
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"
|
|
#rvm: 2.1
|
|
notifications:
|
|
# email: false
|
|
matrix:
|
|
fast_finish: true
|
|
env:
|
|
global:
|
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
|