1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00

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

View file

@ -1,9 +1,13 @@
language: ruby language: ruby
cache: bundler 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: rvm:
- 2.5.0 - 2.5.0
- 2.4.3
- 2.3.6 - 2.3.6
env: env:
global: global:
- TRAVIS=true - TRAVIS=true