summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-04-04 10:53:33 -0700
committerGitHub <noreply@github.com>2017-04-04 10:53:33 -0700
commit6bb6e8cf30118b104dbcffaea17ffb1644aee2cc (patch)
treef6abbbb0450ca9b3bd32cb323d507e96e4d40381
parent21cc711810e860d9db378f39da88406eec48d878 (diff)
parenta82ca14d54b1ff277cb720b5b112ca55881c8074 (diff)
downloadohai-6bb6e8cf30118b104dbcffaea17ffb1644aee2cc.tar.gz
Merge pull request #979 from chef/up_ruby_in_travis
Bump Ruby versions in Travis to the latest
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b2a601c6..53a3b227 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,9 +17,9 @@ before_install:
- bundle --version
- rm -f .bundle/config
rvm:
- - 2.2.6
- - 2.3.3
- - 2.4.0
+ - 2.2.7
+ - 2.3.4
+ - 2.4.1
- ruby-head
allow_failures: