ansible-msmtp-mailer/.travis.yml

23 lines
586 B
YAML
Raw Normal View History

2014-03-21 19:26:46 +00:00
---
2018-05-07 08:29:25 +00:00
services: docker
env:
- distro: ubuntu1604
- distro: debian9
- distro: debian8
2014-03-21 19:26:46 +00:00
script:
2018-05-07 08:29:25 +00:00
# Configure test script so we can run extra tests after playbook is run
- export container_id=$(date +%s)
- export cleanup=false
# Download test shim.
- wget -O ${PWD}/tests/test.sh https://gist.githubusercontent.com/chriswayg/7cf5afda283252219c37c447ccf3ad88/raw/199f22ced6dd31c948ab2fb6e647a8cd612d337e/ansible-role-test.sh
2018-05-07 08:29:25 +00:00
- chmod +x ${PWD}/tests/test.sh
# Run tests.
- ${PWD}/tests/test.sh
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/