CI against Ruby 2.5.0

This commit is contained in:
Tsukuru Tanimichi 2017-12-31 11:58:42 +09:00 committed by GitHub
parent 15e73429f6
commit d76ef16b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ rvm:
- 2.2
- 2.3.3
- 2.4.0
- 2.5.0
matrix:
include:
- rvm: 2.4.0
@ -15,5 +16,6 @@ matrix:
dist: trusty
sudo: true
before_install:
- gem update --system
- gem install bundler -v 1.12.0
cache: bundler