cookiecutter-ansible-role/.travis.yml

16 lines
240 B
YAML
Raw Permalink 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:
- ./test.sh