summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-01-06 17:14:28 -0800
committerAndre Arko <andre@arko.net>2014-01-06 17:20:16 -0800
commit8f3b8820f3f40c2e2378ad6b10b309a75aead6aa (patch)
treecf5602145000ed60458ec4e74e4e0b32ab30483a /.travis.yml
parent4e4f3ffdd5faac5cc60d8ae46a39a984a234443c (diff)
downloadbundler-8f3b8820f3f40c2e2378ad6b10b309a75aead6aa.tar.gz
rubygems 2.2.1
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 743156c1b8..2b95389480 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,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.2.0
+ - RGV=v2.2.1
# Test the latest stable branch so we know the next minor will work
- RGV=2.2
matrix:
@@ -50,9 +50,9 @@ matrix:
env: RGV=master
# Alternate implementations
- rvm: jruby
- env: RGV=v2.2.0
+ env: RGV=v2.2.1
- rvm: rbx
- env: RGV=v2.2.0
+ env: RGV=v2.2.1
# Rubygems goes down to 2.0 on Ruby 2.0.0
- rvm: 2.0.0
env: RGV=v2.1.11