summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2018-12-28 12:56:58 +1100
committerColby Swandale <me@colby.fyi>2018-12-28 12:56:58 +1100
commit13ca0004db174440741294db27d41e8adb4adfb9 (patch)
tree40e71ceb1af527ce8a2e25c1836a04c22d42f793
parentd29ecebe8ab1a72d79010cdfe37f75d2667b6d11 (diff)
downloadbundler-13ca0004db174440741294db27d41e8adb4adfb9.tar.gz
update tested versions of RubyGems in travis
-rw-r--r--.travis.yml13
1 files changed, 3 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 085e2028ff..8b3d8b25bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,6 +32,7 @@ rvm:
- 2.5.3
- 2.4.5
- 2.3.8
+ - 2.6.0
# Rubygems versions MUST be available as rake tasks
# see Rakefile:125 for the list of possible RGV values
@@ -39,21 +40,13 @@ 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.7.7
+ - RGV=v3.0.1
matrix:
include:
# 3.x mode
- rvm: 2.5.3
- env: RGV=v2.7.7 BUNDLER_SPEC_SUB_VERSION=3.0.0
- # Ruby 2.4, Rubygems 2.6 and up
- - rvm: 2.4.5
- env: RGV=v2.6.14
- # Ruby 2.3, Rubygems 2.5 and up
- - rvm: 2.3.8
- env: RGV=v2.5.2
- - rvm: 2.3.8
- env: RGV=v2.6.14
+ env: RGV=v3.0.1 BUNDLER_SPEC_SUB_VERSION=3.0.0
# Ruby-head (we want to know how we're doing, but not fail the build)
- rvm: ruby-head
env: RGV=master