2014-11-12 21:21:21 +01:00
|
|
|
---
|
2016-09-25 22:50:11 +02:00
|
|
|
services: docker
|
2014-11-12 21:21:21 +01:00
|
|
|
|
|
|
|
env:
|
2016-09-14 05:15:09 +02:00
|
|
|
- distro: centos7
|
2016-09-14 05:25:20 +02:00
|
|
|
# - distro: ubuntu1604
|
2016-09-14 05:15:09 +02:00
|
|
|
- distro: ubuntu1404
|
|
|
|
- distro: ubuntu1204
|
2014-11-12 21:21:21 +01:00
|
|
|
|
|
|
|
script:
|
2017-04-02 06:33: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
|
2014-11-12 21:21:21 +01:00
|
|
|
|
2017-04-02 06:33:34 +02:00
|
|
|
# Run tests.
|
|
|
|
- ${PWD}/tests/test.sh
|
2016-02-02 18:18:37 +01:00
|
|
|
|
|
|
|
notifications:
|
2016-09-14 05:15:09 +02:00
|
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|