summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.travis.yml b/.travis.yml
index 543df2bcda..e1b6c274b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,8 +27,6 @@ addons:
rvm:
- 2.5.0
- - 2.4.3
- - 2.3.6
# Rubygems versions MUST be available as rake tasks
# see Rakefile:125 for the list of possible RGV values
@@ -37,26 +35,3 @@ env:
- RGV=master
# Test the latest rubygems release with all of our supported rubies
- RGV=v2.7.4
-
-matrix:
- include:
- # Ruby 2.4, Rubygems 2.6.8 and up
- - rvm: 2.4.2
- env: RGV=v2.6.14
- # Ruby 2.3, Rubygems 2.5.1 and up
- - rvm: 2.3.5
- env: RGV=v2.5.2
- - rvm: 2.3.5
- env: RGV=v2.6.14
- # Ruby-head (we want to know how we're doing, but not fail the build)
- - rvm: ruby-head
- env: RGV=master
- # 1.x mode (we want to keep stuff passing in 1.x mode for now)
- - rvm: 2.4.2
- env: RGV=v2.7.4 BUNDLER_SPEC_SUB_VERSION=1.98
- - rvm: 1.8.7
- env: RGV=v2.7.4 BUNDLER_SPEC_SUB_VERSION=1.98
-
- allow_failures:
- - rvm: ruby-head
- env: RGV=master