ansible-role-nginx/.travis.yml
Zeno Grandi 487a2d0c07 Use Molecule for testing (#158)
* Ported test playbooks to Molecule scenarios

* Update Travis integration

* Delete legacy tests
2019-08-03 12:53:21 +02:00

14 lines
251 B
YAML

---
sudo: required
language: python
services:
- docker
before_install:
- sudo apt-get -qq update
install:
- pip install molecule[docker]
script:
- molecule test --all
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/