Merge pull request #461 from nicolasleger/patch-1

[CI] Test against Ruby 2.5
This commit is contained in:
Virgil Dupras 2018-03-18 16:41:55 -04:00 committed by GitHub
commit 208edd49e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ rvm:
- 2.2
- 2.3
- 2.4
- 2.5
install:
- gem install -v 1.12.5 bundler
- bundle _1.12.5_ install --jobs=3 --retry=3