cookiecutter-ansible-role/.travis.yml

23 lines
387 B
YAML
Raw Normal View History

2020-04-28 13:23:10 +02:00
---
dist: xenial
language: python
python: "3.7"
os: linux
services:
- docker
install:
- pip3 install cookiecutter
env:
jobs:
- MOLECULE_DISTRO=debian:stretch-slim
- MOLECULE_DISTRO=debian:buster-slim
script:
2021-04-29 15:29:30 +02:00
- ./test.sh
notifications:
email:
if: branch = master
on_success: change
on_failure: always
recipients:
- desarrollo.benders@idealista.com