X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d53a9f3238ea4afd5347eb2f338871f838dc54d7..31dbdb209bdb7c7fcf978b5a6e234ed0e46a4146:/.travis.yml diff --git a/.travis.yml b/.travis.yml index b513cbf4c..a0d25a1b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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