summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-27 14:07:21 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-27 14:07:21 +0100
commit12b5857eb4e50977ed648e5d22a25b9f05bd79cc (patch)
tree9b5b5d96ea38cc8d49dc95f5328d24eb94437806 /.travis.yml
parent5289a74bd69362558f86e44d10ce7d499ef289f1 (diff)
downloadbundler-12b5857eb4e50977ed648e5d22a25b9f05bd79cc.tar.gz
Test only the rubygems version each MRI version shipped with
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 3 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index ac235db104..3f21a50328 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,27 +50,18 @@ jobs:
- rvm: 2.6.1
script: rake rubocop
stage: linting
- # Ruby 2.5, Rubygems 2.7 and up
+ # Ruby 2.5, Rubygems 2.7
- rvm: 2.5.3
env: RGV=v2.7.8
stage: test
- # Ruby 2.4, Rubygems 2.6 and up
+ # Ruby 2.4, Rubygems 2.6
- rvm: 2.4.5
env: RGV=v2.6.14
stage: test
- - rvm: 2.4.5
- env: RGV=v2.7.8
- stage: test
- # Ruby 2.3, Rubygems 2.5 and up
+ # Ruby 2.3, Rubygems 2.5
- rvm: 2.3.8
env: RGV=v2.5.2
stage: test
- - rvm: 2.3.8
- env: RGV=v2.6.14
- stage: test
- - rvm: 2.3.8
- env: RGV=v2.7.8
- stage: test
# Ruby-head (we want to know how we're doing, but not fail the build)
- rvm: ruby-head
env: RGV=master