Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
update tested rubygems in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
colby-swandale committed Jan 3, 2019
1 parent 81d3ecf commit 31678a3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,21 @@ matrix:
# 3.x mode
- rvm: 2.5.3
env: RGV=v3.0.1 BUNDLER_SPEC_SUB_VERSION=3.0.0
# Ruby 2.5, Rubygems 2.7 and up
- rvm: 2.5.3
env: RGV=v2.7.7
# Ruby 2.4, Rubygems 2.6 and up
- rvm: 2.4.5
env: RGV=v2.6.14
- rvm: 2.4.5
env: RGV=v2.7.7
# Ruby 2.3, Rubygems 2.5 and up
- rvm: 2.3.7
env: RGV=v2.5.2
- rvm: 2.3.7
env: RGV=v2.6.14
- rvm: 2.3.7
env: RGV=v2.7.7
# Ruby-head (we want to know how we're doing, but not fail the build)
- rvm: ruby-head
env: RGV=master
Expand Down

0 comments on commit 31678a3

Please sign in to comment.