cookiecutter-ansible-role-d.../{{cookiecutter.app_name}}_role/{% raw %}.travis.yml{% endraw %}
Víctor Suárez Fernández 409e7f8bd2
Update .travils.yml template
2021-04-29 15:32:18 +02:00

26 lines
606 B
Plaintext

---
dist: xenial
language: python
python: "3.7"
os: linux
services:
- docker
install:
- pip install pipenv
- pipenv sync
env:
jobs:
{% if cookiecutter.debian_stretch_support == 'True' %}- MOLECULE_DISTRO=debian:stretch-slim{% endif %}
{% if cookiecutter.debian_buster_support == 'True' %}- MOLECULE_DISTRO=debian:buster-slim{% endif %}
script:
- pipenv run molecule test --all
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
email:
if: branch = main
on_success: change
on_failure: always
recipients:
- desarrollo.benders@idealista.com