X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/57779fc16fc2ceb83e9b8d36bbdd23aaaa2c3291..31dbdb209bdb7c7fcf978b5a6e234ed0e46a4146:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 87e77d6c7..a0d25a1b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,13 @@ sudo: false language: ruby cache: bundler -script: - - bundle exec cookstyle -f fuubar +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