summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-23 15:46:50 -0700
committerTim Smith <tsmith@chef.io>2018-07-23 15:46:50 -0700
commit85464944a58d1579ec27778351329fc6b6357b60 (patch)
treeb0f0c7399dc3c8ad995aa97350f63a2b4a0f81e8
parentb94ede6401acc708401101e3d0858b03b17125a8 (diff)
downloadmixlib-shellout-85464944a58d1579ec27778351329fc6b6357b60.tar.gz
Test on the latest ruby releases
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml7
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