]> git.openstreetmap.org Git - chef.git/blob - .travis.yml
a0d25a1b74e95e0775f36f3db195ae759a07ef54
[chef.git] / .travis.yml
1 sudo: false
2 language: ruby
3 cache: bundler
4 services:
5   - docker
6 jobs:
7   include:
8     - name: "Cookstyle"
9       script:
10       - bundle exec cookstyle -f fuubar
11     - name: "Kitchen Test Apt Cookbook"
12       script:
13       - bundle exec kitchen test apt-ubuntu-1804