summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-06-04 11:53:37 -0700
committerTim Smith <tsmith@chef.io>2018-06-04 11:53:37 -0700
commit6a51ac1038747098c7042b192649223eb20750c9 (patch)
tree7352c7aabf39dc1fd60006d3ac8c8940bda14417
parentd195df8b7f4f23f4785f150cf09362f8e6052d30 (diff)
downloadohai-update_travis_rubies.tar.gz
Test on the latest ruby releases in Travisupdate_travis_rubies
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 5e1eaac3..d018382c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,9 +16,9 @@ before_install:
- bundle --version
- rm -f .bundle/config
rvm:
- - 2.3.5
- - 2.4.2
- - 2.5.0
+ - 2.3.7
+ - 2.4.4
+ - 2.5.1
- ruby-head
matrix: