From: Tom Hughes Date: Thu, 20 Oct 2016 21:01:11 +0000 (+0100) Subject: Use ruby 2.3.1 for travis X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d53a9f3238ea4afd5347eb2f338871f838dc54d7 Use ruby 2.3.1 for travis --- diff --git a/.travis.yml b/.travis.yml index d8a94982c..b513cbf4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: false language: ruby cache: bundler rvm: - - 2.1.6 + - 2.3.1 script: - bundle exec rubocop -f fuubar - bundle exec foodcritic -f any cookbooks