Test 2.3 and 2.5, but not 2.4

This commit is contained in:
Jared Beck 2018-02-18 17:14:19 -05:00
parent c3cce8c6f5
commit 07949ce69f
1 changed files with 5 additions and 1 deletions

View File

@ -1,9 +1,13 @@
language: ruby
cache: bundler
# For ruby compatibility, we test the highest and lowest minor versions only.
# For example, if our gemspec says `required_ruby_version = ">= 2.3.0"`, and
# ruby 2.5.0 has just been released, then we test 2.3 and 2.5, but not 2.4.
rvm:
- 2.5.0
- 2.4.3
- 2.3.6
env:
global:
- TRAVIS=true