summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-29 10:51:17 -0700
committerTim Smith <tsmith@chef.io>2018-10-29 10:51:17 -0700
commit05a250a14d9839f6b085715989150eab4622692e (patch)
tree59ff83484746d868fc611b36fada4eacda7e9c69
parent678f326b6f41be8f4b0d71c8b5d45185f0be01bc (diff)
downloadohai-05a250a14d9839f6b085715989150eab4622692e.tar.gz
Test on the latest ruby releases in Travis
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index d018382c..3d21fcc3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,9 +16,9 @@ before_install:
- bundle --version
- rm -f .bundle/config
rvm:
- - 2.3.7
- - 2.4.4
- - 2.5.1
+ - 2.3.8
+ - 2.4.5
+ - 2.5.3
- ruby-head
matrix: