Files
src.dualinventive.com/devops/ansible/external-roles/jira/.travis.yml
2024-08-09 12:10:16 +02:00

22 lines
316 B
YAML

---
sudo: required
language: python
services:
- docker
before_install:
- sudo apt-get -qq update
install:
- pip install ansible
- pip install docker-py
- pip install molecule
script:
- molecule test --scenario-name github
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/