cookiecutter-ansible-role/.travis.yml

24 lines
381 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
2021-06-02 11:16:39 +02:00
python: "3.9"
2020-04-28 13:23:10 +02:00
os: linux
services:
- docker
install:
2022-03-23 18:47:05 +01:00
- pip install 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