Try 2.2.3 and use

This commit is contained in:
hadley 2016-02-17 05:48:09 +11:00
parent 8b76d17782
commit 8f442704c3
1 changed files with 2 additions and 1 deletions

View File

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