2016-02-09 06:01:57 +01:00
|
|
|
---
|
2016-09-25 21:45:34 +02:00
|
|
|
services: docker
|
2015-12-13 21:06:12 +01:00
|
|
|
|
2014-04-22 14:39:07 +02:00
|
|
|
env:
|
2016-09-25 21:45:34 +02:00
|
|
|
- distro: centos7
|
|
|
|
- distro: centos6
|
|
|
|
- distro: ubuntu1604
|
|
|
|
- distro: ubuntu1404
|
|
|
|
- distro: ubuntu1204
|
2017-04-02 05:41:34 +02:00
|
|
|
- distro: debian8
|
2014-04-23 19:59:07 +02:00
|
|
|
|
2014-04-22 14:39:07 +02:00
|
|
|
script:
|
2017-04-02 05:41:34 +02:00
|
|
|
# Download test shim.
|
|
|
|
- wget -O ${PWD}/tests/test.sh https://gist.githubusercontent.com/geerlingguy/73ef1e5ee45d8694570f334be385e181/raw/
|
|
|
|
- chmod +x ${PWD}/tests/test.sh
|
2015-12-13 21:06:12 +01:00
|
|
|
|
2017-04-02 05:41:34 +02:00
|
|
|
# Run tests.
|
|
|
|
- ${PWD}/tests/test.sh
|
2015-12-12 11:29:05 +01:00
|
|
|
|
2016-02-01 19:21:26 +01:00
|
|
|
notifications:
|
2016-02-08 20:50:39 +01:00
|
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|