summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-08-21 17:11:36 +0700
committerAndre Arko <andre@arko.net>2016-08-22 09:42:41 +0700
commitb78fa8fed1fb720467d03f89e10fa43797f93528 (patch)
treec041a68704dd13da8f6488f04323454d084eaa52 /.travis.yml
parent67a1bd3e14b67722f2249caa3bda86c8d2739def (diff)
downloadbundler-b78fa8fed1fb720467d03f89e10fa43797f93528.tar.gz
test against RubyGems 2.6.6
also stop testing RubyGems 2.4 on newer rubies ¯\_(ツ)_/¯
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index f8dd2dd7ca..0a9f7af7ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,12 +43,16 @@ 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.6.4
- - RGV=v2.4.8
+ - RGV=v2.6.6
matrix:
include:
- # Ruby 2.2, Rubygems 2.4.5 and up (included by RGV above)
+ # Ruby 2.3, Rubygems 2.5.1 and up
+ - rvm: 2.2
+ env: RGV=v2.5.2
+ # Ruby 2.2, Rubygems 2.4.5 and up
+ - rvm: 2.2
+ env: RGV=v2.4.8
# Ruby 2.1, Rubygems 2.2.2 and up
- rvm: 2.1
env: RGV=v2.2.5