From: Tom Hughes Date: Fri, 23 Oct 2015 08:14:47 +0000 (+0100) Subject: Test chef using ruby 2.1.6 as that is what chef currently uses X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/07db7f054de6910e1f6e59d9c5e529efa6e749e7 Test chef using ruby 2.1.6 as that is what chef currently uses --- diff --git a/.travis.yml b/.travis.yml index 647acd9e2..d8a94982c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: false language: ruby cache: bundler rvm: - - 1.9.3 + - 2.1.6 script: - bundle exec rubocop -f fuubar - bundle exec foodcritic -f any cookbooks