ansible-role-nginx/.travis.yml
Alessandro Fael Garcia 16f21c5c7c
Optimise testing and fix CentOS GeoIP module (#185)
* Use slim Debian images for testing 
* Update `volume_mounts` to `volumes`
* Update and move default Dockerfile
* Use normal centos image
* Add epel-release prerequisite to CentOS modules
* Separate module and template tests
2019-11-21 19:53:30 +01:00

20 lines
374 B
YAML

---
sudo: required
language: python
services:
- docker
env:
- scenario: default
- scenario: module
- scenario: stable_push
- scenario: template
- scenario: unit
before_install:
- sudo apt-get -qq update
install:
- pip install molecule[docker]
script:
- molecule test -s $scenario
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/