]> 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 b513cbf4c0034d62824c4de663f5885cd757c64c..a0d25a1b74e95e0775f36f3db195ae759a07ef54 100644 (file)
@@ -1,8 +1,13 @@
 sudo: false
 language: ruby
 cache: bundler
-rvm:
-  - 2.3.1
-script:
-  - bundle exec rubocop -f fuubar
-  - bundle exec foodcritic -f any cookbooks
+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