Try to upgrade ruby

This commit is contained in:
hadley 2016-02-17 05:43:30 +11:00
parent b8abb5e88e
commit 8b76d17782
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ addons:
# Install ruby gems
before_script:
- rvm install 2.2.0
- bundle install --jobs=3 --retry=3 --deployment
script: bundle exec jekyll build