summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2019-01-04 09:58:11 +1100
committerColby Swandale <me@colby.fyi>2019-01-04 10:00:04 +1100
commit31678a323f42b48c29cc7c1208205afd3c137087 (patch)
tree62ba7ea42c35f5ee59291f174ccf5b01dfe565b1
parent81d3ecf766802f2aab7bb5b6627cd9d597a4eab8 (diff)
downloadbundler-indirect/rubygems-requirement.tar.gz
update tested rubygems in travisindirect/rubygems-requirement
-rw-r--r--.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 57dec9ae49..f34ea4ca81 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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