Try 2.2.3 and use
This commit is contained in:
parent
8b76d17782
commit
8f442704c3
|
@ -11,7 +11,8 @@ addons:
|
||||||
|
|
||||||
# Install ruby gems
|
# Install ruby gems
|
||||||
before_script:
|
before_script:
|
||||||
- rvm install 2.2.0
|
- rvm install 2.2.3
|
||||||
|
- rvm use 2.2.3
|
||||||
- bundle install --jobs=3 --retry=3 --deployment
|
- bundle install --jobs=3 --retry=3 --deployment
|
||||||
|
|
||||||
script: bundle exec jekyll build
|
script: bundle exec jekyll build
|
||||||
|
|
Loading…
Reference in New Issue