summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-10 19:22:37 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-10 23:04:06 +0100
commit641863102dfaa3dc8d2ad6f96e7d28da81e7e95c (patch)
tree5e25a51781ead478038a01847faf99e53b0391cc
parentcea7966434e80faa873cb8788953ff98b88b35be (diff)
downloadbundler-641863102dfaa3dc8d2ad6f96e7d28da81e7e95c.tar.gz
Bump Travis entries to use MRI 2.3.8
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 0fc2456d94..b482df574f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,13 +62,13 @@ jobs:
env: RGV=v2.7.7
stage: test
# Ruby 2.3, Rubygems 2.5 and up
- - rvm: 2.3.7
+ - rvm: 2.3.8
env: RGV=v2.5.2
stage: test
- - rvm: 2.3.7
+ - rvm: 2.3.8
env: RGV=v2.6.14
stage: test
- - rvm: 2.3.7
+ - rvm: 2.3.8
env: RGV=v2.7.7
stage: test
# Ruby-head (we want to know how we're doing, but not fail the build)