ansible-role-nfs/.travis.yml

20 lines
421 B
YAML
Raw Normal View History

---
services: docker
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
script:
# Download test shim.
- wget -O ${PWD}/tests/test.sh https://gist.githubusercontent.com/geerlingguy/73ef1e5ee45d8694570f334be385e181/raw/
- chmod +x ${PWD}/tests/test.sh
# 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/