diff options
author | Tim Smith <tsmith@chef.io> | 2017-01-13 13:30:52 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-01-13 13:30:52 -0800 |
commit | 61244abd6538ab5ca9ae11e8029b4fd6ed3f1e53 (patch) | |
tree | db1d7604781643ae6a9dcf01b1800539fee3ee57 /.travis.yml | |
parent | 7f33f2b2f47f95beb485123f01469dbe2034d35b (diff) | |
download | mixlib-shellout-61244abd6538ab5ca9ae11e8029b4fd6ed3f1e53.tar.gz |
Test on Ruby 2.4.024_testing
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index c5340d5..f77d573 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,9 @@ language: ruby cache: bundler sudo: false rvm: - - 2.2.5 - - 2.3.1 + - 2.2.6 + - 2.3.3 + - 2.4.0 branches: only: - master |