20 lines
333 B
YAML
20 lines
333 B
YAML
sudo: required
|
|
language: ruby
|
|
|
|
env:
|
|
- ANSIBLE_VERSION=2.2.3.0
|
|
- ANSIBLE_VERSION=2.3.3.0
|
|
- ANSIBLE_VERSION=2.4.3.0
|
|
services:
|
|
- docker
|
|
|
|
before_install:
|
|
- bundle install
|
|
|
|
script:
|
|
- kitchen conv
|
|
- kitchen conv | grep changed=0
|
|
- kitchen verify
|
|
|
|
notifications:
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|