1
0
mirror of https://github.com/mikaela/mikaela.github.io/ synced 2025-06-10 08:47:26 +02:00

Travis updates

This is how far I got, I will disable Travis again for some other time.
This commit is contained in:
Aminda Suomalainen 2015-02-08 11:08:04 +02:00
parent a2dd5c9e51
commit 7cddd4a4de
2 changed files with 11 additions and 3 deletions

@ -1,9 +1,9 @@
language: ruby language: ruby
sudo: false sudo: false
script: "gem install github-pages jekyll-mentions jemoji jekyll-redirect-from jekyll-sitemap && set -e && bundle exec jekyll build && bundle exec htmlproof ./_site" 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 #rvm: 2.1
notifications: notifications:
email: false # email: false
matrix: matrix:
fast_finish: true fast_finish: true
env: env:

8
Gemfile Normal file

@ -0,0 +1,8 @@
source 'https://rubygems.org'
gem 'github-pages'
gem 'html-proofer'
gem 'jekyll-mentions'
gem 'jemoji'
gem 'jekyll-redirect-from'
gem 'jekyll-sitemap'