Add support Ruby v2.5.0 (#6097)

This commit is contained in:
Yamagishi Kazutoshi
2018-01-20 04:53:30 +09:00
committed by Eugen Rochko
parent b1e03197fa
commit 7233ac07d2
5 changed files with 11 additions and 11 deletions

View File

@ -40,20 +40,20 @@ addons:
- yarn
rvm:
- 2.3.4
- 2.4.2
- 2.5.0
services:
- redis-server
install:
- gem update --system
- nvm install
- bundle install --path=vendor/bundle --without development production --retry=3 --jobs=16
- yarn install
before_script:
- bundle exec rake parallel:create parallel:load_schema parallel:prepare
- bundle exec rails assets:precompile
- ./bin/rails parallel:create parallel:load_schema parallel:prepare assets:precompile
- ln -s /usr/bin/x86_64-linux-gnu-g++-6 "$HOME/g++"
script: