ansible-role-ansible/.travis.yml
2017-04-01 22:13:42 -05:00

28 lines
661 B
YAML

---
services: docker
env:
- distro: centos7
- distro: centos6
- distro: fedora24
- distro: ubuntu1604
- distro: ubuntu1404
- distro: ubuntu1204
- distro: debian8
script:
- container_id=$(date +%s)
# 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
# Ensure Ansible is installed (contrived... since it's already installed).
- 'docker exec --tty ${container_id} env TERM=xterm ansible --version'
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/