Merge pull request #130 from 5apps/feature/more_rubies_specs

Run the specs on Ruby 2.5 and 2.6 too
This commit is contained in:
Greg Karékinian 2019-01-31 12:02:50 +01:00 committed by GitHub
commit 7da2431ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
language: ruby
cache: bundler
rvm:
- 2.4.1
- 2.4
- 2.5
- 2.6
services:
- redis-server
before_script: