From 12b5857eb4e50977ed648e5d22a25b9f05bd79cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 27 Feb 2019 14:07:21 +0100 Subject: Test only the rubygems version each MRI version shipped with --- .travis.yml | 15 +++------------ 1 file 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 -- cgit v1.2.1 From 493eff0ff8a334d0f547a63ee34edbf87e97c309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 27 Feb 2019 14:07:50 +0100 Subject: Use rubygems 3.0.2 for testing compatibility mode --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f21a50328..e0c6c2b07a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,7 @@ jobs: stage: test # 1.x mode (we want to keep stuff passing in 1.x mode for now) - rvm: 2.6.1 - env: RGV=v2.7.8 BUNDLER_SPEC_SUB_VERSION=1.98 + env: RGV=v3.0.2 BUNDLER_SPEC_SUB_VERSION=1.98 stage: test allow_failures: -- cgit v1.2.1