summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2018-06-25 21:14:10 -0300
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2018-06-27 21:37:44 -0300
commit3db1fd59ae969f2b3f031ad73c774e21266b2689 (patch)
tree2c6679997fdf873b309a6e7328aa6effd93cc07c /.travis.yml
parentd248d3578968d29b928c4843db513d907feae372 (diff)
downloadbundler-3db1fd59ae969f2b3f031ad73c774e21266b2689.tar.gz
Test against latest rubygems version
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 562be3df5d..fdf3e33dd9 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.4
+ - RGV=v2.7.7
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.5.1
- env: RGV=v2.7.4 BUNDLER_SPEC_SUB_VERSION=1.98
+ env: RGV=v2.7.7 BUNDLER_SPEC_SUB_VERSION=1.98
- rvm: 1.8.7
- env: RGV=v2.7.4 BUNDLER_SPEC_SUB_VERSION=1.98
+ env: RGV=v2.7.7 BUNDLER_SPEC_SUB_VERSION=1.98
allow_failures:
- rvm: ruby-head