summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-24 10:46:08 -0700
committerTim Smith <tsmith@chef.io>2018-07-24 10:46:08 -0700
commit90c27dfb15beda46dc45dd00f524188a7068bdcb (patch)
tree2b7daaee014bcb21aa7debed15683d759c4e45f2
parent5a5d8bebd35f130501040b57e39c22ef86a803c3 (diff)
downloadmixlib-cli-90c27dfb15beda46dc45dd00f524188a7068bdcb.tar.gz
Test on latest Ruby releases in Travis
Make sure we test Ruby 2.4 and Ruby 2.5 Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index bdb180d..ee342c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +11,10 @@ before_install:
- bundle --version
- gem --version
rvm:
- - 2.2.5
- - 2.3.1
+ - 2.2.10
+ - 2.3.7
+ - 2.4.4
+ - 2.5.1
script:
- bundle exec chefstyle