ansible-role-gitea/.travis.yml

27 lines
476 B
YAML
Raw Normal View History

---
language: python
2019-03-16 06:55:58 -05:00
python:
2020-04-17 02:22:34 -05: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 02:22:34 -05:00
install:
2020-04-17 02:22:34 -05:00
- python -m pip -q install -r requirements-travis.txt
script:
- molecule test
2020-04-17 02:22:34 -05:00
# notifications:
# webhooks: https://galaxy.ansible.com/api/v1/notifications/