diff options
author | Tim Smith <tsmith@chef.io> | 2018-07-23 15:50:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-23 15:50:58 -0700 |
commit | b9217ceea5dce3d99a2dc6a9f79e706f16ee88c1 (patch) | |
tree | f6ff0728966edca4134c8e7c520c1cb25a7192ca /.travis.yml | |
parent | 94c0844c99f9a8a0c173516daf3c346524e6d7ab (diff) | |
parent | 85464944a58d1579ec27778351329fc6b6357b60 (diff) | |
download | mixlib-shellout-b9217ceea5dce3d99a2dc6a9f79e706f16ee88c1.tar.gz |
Merge pull request #163 from chef/new_ruby
Test on the latest ruby releases
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 28638b9..36aba90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,10 @@ language: ruby cache: bundler sudo: false rvm: - - 2.2.6 - - 2.3.3 - - 2.4.0 + - 2.2.10 + - 2.3.7 + - 2.4.4 + - 2.5.1 branches: only: - master |