chef/site-cookbooks/ipfs/.kitchen.yml
Greg Karékinian f365c4ac19 Support Ubuntu 14.04 and Debian 8
Also use Test Kitchen to test the cookbook.

```
bundle install
bundle exec kitchen verify
```

See http://kitchen.ci/docs for more documentation
2017-02-27 18:41:25 +01:00

18 lines
226 B
YAML

---
driver:
name: vagrant
provisioner:
name: chef_solo
platforms:
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: debian-8.7
suites:
- name: default
run_list:
- recipe[ipfs::default]
attributes: