ansible-role-nginx/.travis.yml
Alessandro Fael Garcia f6c48c12d6
Add Alpine tests to all molecule scenarios (#191)
* Use distro specific Ansible modules to install NGINX

* Install NGINX directly in Alpine distributions from the official repository to avoid naming conflicts

* Set travis_wait parameter to max timeout setting
2019-11-24 02:10:55 +01:00

20 lines
389 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:
- travis_wait 50 molecule test -s $scenario
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/