]> 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 afe9a2cebaf8c2510d954e8adbb2faee011405ab..a0d25a1b74e95e0775f36f3db195ae759a07ef54 100644 (file)
@@ -1,6 +1,13 @@
 sudo: false
 language: ruby
 cache: bundler
-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