]> git.openstreetmap.org Git - chef.git/commitdiff
Test chef using ruby 2.1.6 as that is what chef currently uses
authorTom Hughes <tom@compton.nu>
Fri, 23 Oct 2015 08:14:47 +0000 (09:14 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 23 Oct 2015 08:14:47 +0000 (09:14 +0100)
.travis.yml

index 647acd9e24de75b34f2e505ba3283ac42669078a..d8a94982c86a88d44932744ba8c09c037e23adab 100644 (file)
@@ -2,7 +2,7 @@ sudo: false
 language: ruby
 cache: bundler
 rvm:
 language: ruby
 cache: bundler
 rvm:
-  - 1.9.3
+  - 2.1.6
 script:
   - bundle exec rubocop -f fuubar
   - bundle exec foodcritic -f any cookbooks
 script:
   - bundle exec rubocop -f fuubar
   - bundle exec foodcritic -f any cookbooks