2017-10-08 12:55:01 +00:00
|
|
|
sudo: required
|
|
|
|
language: ruby
|
|
|
|
|
2017-10-23 21:59:41 +00:00
|
|
|
env:
|
|
|
|
- ANSIBLE_VERSION=2.2.3.0
|
2018-03-17 10:01:33 +00:00
|
|
|
- ANSIBLE_VERSION=2.3.3.0
|
|
|
|
- ANSIBLE_VERSION=2.4.3.0
|
2017-10-08 12:55:01 +00:00
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
|
|
|
|
before_install:
|
2017-10-15 20:47:13 +00:00
|
|
|
- bundle install
|
2017-10-08 12:55:01 +00:00
|
|
|
|
|
|
|
script:
|
2017-10-15 20:47:13 +00:00
|
|
|
- kitchen conv
|
|
|
|
- kitchen conv | grep changed=0
|
|
|
|
- kitchen verify
|
2017-10-08 12:55:01 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|