ansible-role-nginx/.travis.yml
Alessandro Fael Garcia 11bbdfeba8
Create Travis build matrix for molecule builds (#172)
* Create Travis build matrix for molecule builds

* Set env variables
2019-10-13 22:23:35 +04:00

19 lines
360 B
YAML

---
sudo: required
language: python
services:
- docker
env:
- scenario: default
- scenario: stable_push
- scenario: template_module
- 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/