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

View File

@ -1,9 +1,9 @@
language: ruby
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"
rvm: 2.1
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
# email: false
matrix:
fast_finish: true
env:

8
Gemfile Normal file
View 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'