cookiecutter-ansible-role/.travis.yml

24 lines
385 B
YAML
Raw Normal View History

2020-04-28 13:23:10 +02:00
---
2022-03-23 18:47:05 +01:00
dist: focal
2020-04-28 13:23:10 +02:00
language: python
2022-09-22 18:37:44 +02:00
python: "3.10"
2020-04-28 13:23:10 +02:00
os: linux
services:
- docker
install:
- pip install -I pipenv
2020-04-28 13:23:10 +02:00
env:
jobs:
- MOLECULE_DISTRO=debian:bullseye-slim
2020-04-28 13:23:10 +02:00
- MOLECULE_DISTRO=debian:buster-slim
script:
2021-04-29 15:29:30 +02:00
- ./test.sh
notifications:
email:
2022-06-16 22:16:55 +02:00
if: branch = master
on_success: change
on_failure: always
2021-04-29 15:29:30 +02:00
recipients:
- desarrollo.benders@idealista.com
2022-06-16 22:16:55 +02:00