summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 2e90164fe8..c87c1305c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,8 +28,8 @@ addons:
secure: "TrzIv116JLGUxm6PAUskCYrv8KTDguncKROVwbnjVPKTGDAgoDderd8JUdDEXrKoZ9qGLD2TPYKExt9/QDl71E+qHdWnVqWv4HKCUk2P9z/VLKzHuggOUBkCXiJUhjywUieCJhI3N92bfq2EjSBbu2/OFHqWOjLQ+QCooTEBjv8="
rvm:
- - 2.6.1
- - 2.5.3
+ - 2.6.2
+ - 2.5.5
- 2.4.5
- 2.3.8
@@ -47,11 +47,11 @@ env:
jobs:
include:
- - rvm: 2.6.1
+ - rvm: 2.6.2
script: rake rubocop
stage: linting
# Ruby 2.5, Rubygems 2.7
- - rvm: 2.5.3
+ - rvm: 2.5.5
env: RGV=v2.7.9
stage: test
# Ruby 2.4, Rubygems 2.6
@@ -67,7 +67,7 @@ jobs:
env: RGV=master
stage: test
# 1.x mode (we want to keep stuff passing in 1.x mode for now)
- - rvm: 2.6.1
+ - rvm: 2.6.2
env: RGV=v3.0.3 BUNDLER_SPEC_SUB_VERSION=1.98
stage: test