summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-23 15:50:58 -0700
committerGitHub <noreply@github.com>2018-07-23 15:50:58 -0700
commitb9217ceea5dce3d99a2dc6a9f79e706f16ee88c1 (patch)
treef6ff0728966edca4134c8e7c520c1cb25a7192ca
parent94c0844c99f9a8a0c173516daf3c346524e6d7ab (diff)
parent85464944a58d1579ec27778351329fc6b6357b60 (diff)
downloadmixlib-shellout-b9217ceea5dce3d99a2dc6a9f79e706f16ee88c1.tar.gz
Merge pull request #163 from chef/new_ruby
Test on the latest ruby releases
-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