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