summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-06 09:48:03 -0800
committerTim Smith <tsmith@chef.io>2018-03-06 09:48:03 -0800
commitdfa786b965a649349ef77def4c22af454c33ccb0 (patch)
treeba82bd83fd733df1879cf420e44c4b3a289f0f0e
parent2392f541f2d580bbc9fe69324961f10a19865af4 (diff)
downloadohai-dfa786b965a649349ef77def4c22af454c33ccb0.tar.gz
Print out chefstyle version in travis and use Ruby 2.4.3
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cfb46ca3..fcb2f338 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ before_install:
- bundle --version
- rm -f .bundle/config
rvm:
- - 2.4.2
+ - 2.4.3
- 2.5.0
- ruby-head
@@ -25,6 +25,7 @@ matrix:
- rvm: ruby-head
script:
+ - bundle exec chefstyle -v
- bundle exec chefstyle
- bundle exec rake spec
- bundle exec ohai