1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00
ansible_role_gitea/.travis.yml

27 lines
472 B
YAML
Raw Normal View History

---
language: python
2019-03-16 12:55:58 +01:00
python:
2020-04-17 09:22:34 +02:00
- "3.7"
env:
matrix:
- MOLECULE_DISTRO: centos8
- MOLECULE_DISTRO: centos7
- MOLECULE_DISTRO: ubuntu1804
- MOLECULE_DISTRO: ubuntu1604
- MOLECULE_DISTRO: debian10
- MOLECULE_DISTRO: debian9
- MOLECULE_DISTRO: fedora31
services:
- docker
2020-04-17 09:22:34 +02:00
install:
2020-04-17 09:22:34 +02:00
- python -m pip -q install -r requirements-travis.txt
script:
- molecule test
2020-04-17 09:22:34 +02:00
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/