Use is probably sufficient

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

View File

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