diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2018-06-27 22:53:51 -0300 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2018-06-28 06:16:21 -0300 |
commit | 4d9c58fb00fd98dcddcedfa9fdff7800a0f6053d (patch) | |
tree | 0c18d40b08b7a4b770ba5b0637d4cf18830f375c /.travis.yml | |
parent | d72e874d32562fe4f2db5c5576ec4b12615d3968 (diff) | |
download | bundler-4d9c58fb00fd98dcddcedfa9fdff7800a0f6053d.tar.gz |
Bump ruby 2.3 to latest patch level release
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 28d6da3118..95b959aea1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ addons: rvm: - 2.5.1 - 2.4.3 - - 2.3.6 + - 2.3.7 # Rubygems versions MUST be available as rake tasks # see Rakefile:125 for the list of possible RGV values @@ -44,9 +44,9 @@ matrix: - rvm: 2.4.2 env: RGV=v2.6.14 # Ruby 2.3, Rubygems 2.5 and up - - rvm: 2.3.5 + - rvm: 2.3.7 env: RGV=v2.5.2 - - rvm: 2.3.5 + - rvm: 2.3.7 env: RGV=v2.6.14 # Ruby-head (we want to know how we're doing, but not fail the build) - rvm: ruby-head |