diff options
author | Keiji Yoshimi <walf443@gmail.com> | 2017-09-23 23:59:03 +0900 |
---|---|---|
committer | Keiji Yoshimi <walf443@gmail.com> | 2017-09-23 23:59:03 +0900 |
commit | 6831e89be5d9857c5a0d07cec81bedc252fb7cfb (patch) | |
tree | ddf1f981114849f4c92b07147e185591bb2b46bb | |
parent | 0a672a1deb01fa4ce8b51eb2f5b545692c64cd83 (diff) | |
download | bundler-6831e89be5d9857c5a0d07cec81bedc252fb7cfb.tar.gz |
update ruby version to v2.3.4 to v2.3.5, v2.4.1 to v2.4.2
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index f52d5cd8a9..5110cb5e7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,8 @@ addons: secure: "TrzIv116JLGUxm6PAUskCYrv8KTDguncKROVwbnjVPKTGDAgoDderd8JUdDEXrKoZ9qGLD2TPYKExt9/QDl71E+qHdWnVqWv4HKCUk2P9z/VLKzHuggOUBkCXiJUhjywUieCJhI3N92bfq2EjSBbu2/OFHqWOjLQ+QCooTEBjv8=" rvm: - - 2.4.1 - - 2.3.4 + - 2.4.2 + - 2.3.5 # Rubygems versions MUST be available as rake tasks # see Rakefile:125 for the list of possible RGV values @@ -41,13 +41,13 @@ matrix: include: # Ruby 2.4, Rubygems 2.6.8 and up # Ruby 2.3, Rubygems 2.5.1 and up - - rvm: 2.3.4 + - rvm: 2.3.5 env: RGV=v2.5.2 # 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.1 + - rvm: 2.4.2 env: RGV=v2.6.13 BUNDLER_SPEC_SUB_VERSION=1.98 - rvm: 1.8.7 env: RGV=v2.6.13 BUNDLER_SPEC_SUB_VERSION=1.98 |