cookiecutter-ansible-role-d.../.travis.yml
Adrián Arapiles 42900e46c4 Improve README init scrips to avoid errors when create two roles on same path because already pipenv exists.
Change travis.yml order of email notification as documentation explains.
Add first line `---` to ansible-lint file because it's a yml.
#92 Fix meta.yml lint warning from `galaxy-tags` to `galaxy_tags`.
2022-05-26 12:55:48 +02:00

23 lines
386 B
YAML

---
dist: focal
language: python
python: "3.9"
os: linux
services:
- docker
install:
- pip install pipenv
env:
jobs:
- MOLECULE_DISTRO=debian:bullseye-slim
- MOLECULE_DISTRO=debian:buster-slim
script:
- ./test.sh
notifications:
email:
recipients:
- desarrollo.benders@idealista.com
if: branch = master
on_success: change
on_failure: always