summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 5110cb5e7c..978941e310 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,22 +35,26 @@ env:
# We need to know if changes to rubygems will break bundler on release
- RGV=master
# Test the latest rubygems release with all of our supported rubies
- - RGV=v2.6.13
+ - RGV=v2.7.0
matrix:
include:
# Ruby 2.4, Rubygems 2.6.8 and up
+ - rvm: 2.4.2
+ env: RGV=v2.6.14
# Ruby 2.3, Rubygems 2.5.1 and up
- rvm: 2.3.5
env: RGV=v2.5.2
+ - rvm: 2.3.5
+ env: RGV=v2.6.14
# Ruby-head (we want to know how we're doing, but not fail the build)
- rvm: ruby-head
env: RGV=master
# 1.x mode (we want to keep stuff passing in 1.x mode for now)
- rvm: 2.4.2
- env: RGV=v2.6.13 BUNDLER_SPEC_SUB_VERSION=1.98
+ env: RGV=v2.7.0 BUNDLER_SPEC_SUB_VERSION=1.98
- rvm: 1.8.7
- env: RGV=v2.6.13 BUNDLER_SPEC_SUB_VERSION=1.98
+ env: RGV=v2.7.0 BUNDLER_SPEC_SUB_VERSION=1.98
allow_failures:
- rvm: ruby-head