summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-06-04 12:36:54 -0700
committerGitHub <noreply@github.com>2018-06-04 12:36:54 -0700
commit24a7c32ae09fe7c70ebdddae313f4fbb2c2f66f4 (patch)
tree68b478e0abe728fbea3f5de2bd081f4fb0b44415
parent798325242adcb2ad97649fca1cd1523fef8a73c3 (diff)
parent022eeef5aee79c5fd7677932af1065a1d9289983 (diff)
downloadohai-24a7c32ae09fe7c70ebdddae313f4fbb2c2f66f4.tar.gz
Merge pull request #1197 from chef/travis_ruby
Test on the latest Ruby releases in Travis
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index fcb2f338..c8b4ecca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,8 +16,8 @@ before_install:
- bundle --version
- rm -f .bundle/config
rvm:
- - 2.4.3
- - 2.5.0
+ - 2.4.4
+ - 2.5.1
- ruby-head
matrix: