]> git.openstreetmap.org Git - chef.git/blobdiff - .travis.yml
Drop kitchen-vagrant and make kitchen-dokken the only test driver
[chef.git] / .travis.yml
index 825baf4baba9350e4b21a3fc7cd4520e06d8c06f..a0d25a1b74e95e0775f36f3db195ae759a07ef54 100644 (file)
@@ -1,6 +1,13 @@
+sudo: false
 language: ruby
-rvm:
-  - 1.9.3
-script:
-  - bundle exec rubocop -f fuubar
-  - bundle exec foodcritic -f any cookbooks
+cache: bundler
+services:
+  - docker
+jobs:
+  include:
+    - name: "Cookstyle"
+      script:
+      - bundle exec cookstyle -f fuubar
+    - name: "Kitchen Test Apt Cookbook"
+      script:
+      - bundle exec kitchen test apt-ubuntu-1804