ansible-role-gitolite/.travis.yml

21 lines
333 B
YAML
Raw Permalink Normal View History

2017-10-07 15:32:18 +00:00
sudo: required
language: ruby
2017-11-05 16:02:11 +00:00
env:
- ANSIBLE_VERSION=2.2.3.0
- ANSIBLE_VERSION=2.3.2.0
- ANSIBLE_VERSION=2.4.0.0
2017-10-07 15:32:18 +00:00
services:
- docker
before_install:
2017-11-05 16:02:11 +00:00
- bundle install
2017-10-07 15:32:18 +00:00
script:
2017-11-05 16:02:11 +00:00
- kitchen conv
- kitchen conv | grep changed=0
- kitchen verify
2017-10-07 16:51:44 +00:00
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/