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:
parent
c3cce8c6f5
commit
07949ce69f
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue