cookiecutter-ansible-role/.travis.yml

24 lines
385 B
YAML

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