ansible-role-nginx/.travis.yml

19 lines
360 B
YAML
Raw Normal View History

2018-01-10 23:46:32 +01:00
---
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]
2018-01-10 23:46:32 +01:00
script:
- molecule test -s $scenario
2018-01-10 23:46:32 +01:00
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/