aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-02-21 15:45:20 -0800
committerAndre Arko <andre@arko.net>2015-02-21 15:45:20 -0800
commit8ea3de65615c86f358c7d709ff4dcbad171f8b07 (patch)
treec4f84089af404aed7f41c0d507bf78a9e7bb78e6 /.travis.yml
parent121c1f70e635de6eb9c23d97ea195b414a5d5162 (diff)
downloadbundler-8ea3de65615c86f358c7d709ff4dcbad171f8b07.tar.gz
test bugfix releases of rubygems
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index ec981a5a..d517a963 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,24 +38,24 @@ 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.4.4
+ - RGV=v2.4.6
matrix:
fast_finish: true
include:
# Ruby 2.1, Rubygems 2.2.2 and up
- rvm: 2.1
- env: RGV=v2.2.2
- # Ruby 2.0.0, Rubygems 2.0 and up
+ env: RGV=v2.2.3
+ # Ruby 2.0.0, Rubygems 2.0.0 and up
- rvm: 2.0.0
- env: RGV=v2.2.2
+ env: RGV=v2.2.3
- rvm: 2.0.0
env: RGV=v2.1.11
- rvm: 2.0.0
env: RGV=v2.0.14
# Ruby 1.9.3, Rubygems 1.5.3 and up
- rvm: 1.9.3
- env: RGV=v2.2.2
+ env: RGV=v2.2.3
- rvm: 1.9.3
env: RGV=v2.1.11
- rvm: 1.9.3
@@ -70,7 +70,7 @@ matrix:
env: RGV=v1.5.3
# Ruby 1.8.7, Rubygems 1.3.6 and up
- rvm: 1.8.7
- env: RGV=v2.2.2
+ env: RGV=v2.2.3
- rvm: 1.8.7
env: RGV=v2.0.14
- rvm: 1.8.7
@@ -95,7 +95,7 @@ matrix:
# Ruby 1.9.2 sanity check
# (but it's just too slow and sometimes goes over the Travis limit)
- rvm: 1.9.2
- env: RGV=v2.3.0
+ env: RGV=v2.4.6
# Ruby-head (we want to know how we're doing, but not fail the build)
- rvm: ruby-head
env: RGV=master