summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-12-26 10:51:59 +0700
committerSamuel Giddins <segiddins@segiddins.me>2017-12-26 10:51:59 +0700
commitec4e066f224b857f612dbe5502b04a8df49e40b5 (patch)
tree4db87d2587c28a5230c028eac821b36d665090f3 /.travis.yml
parent7a66b8d837471afb84781253157ebd7d94442883 (diff)
downloadbundler-ec4e066f224b857f612dbe5502b04a8df49e40b5.tar.gz
[Travis] Test against latest RubyGems versionseg-travis-2-5
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 582eb56c09..543df2bcda 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,7 @@ 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.1
+ - RGV=v2.7.4
matrix:
include:
@@ -53,9 +53,9 @@ matrix:
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.7.1 BUNDLER_SPEC_SUB_VERSION=1.98
+ env: RGV=v2.7.4 BUNDLER_SPEC_SUB_VERSION=1.98
- rvm: 1.8.7
- env: RGV=v2.7.1 BUNDLER_SPEC_SUB_VERSION=1.98
+ env: RGV=v2.7.4 BUNDLER_SPEC_SUB_VERSION=1.98
allow_failures:
- rvm: ruby-head