ansible-role-apache/.travis.yml

34 lines
713 B
YAML
Raw Normal View History

2016-02-09 06:01:57 +01:00
---
language: python
2016-09-25 21:45:34 +02:00
services: docker
2014-04-22 14:39:07 +02:00
env:
global:
- ROLE_NAME: apache
matrix:
- MOLECULE_DISTRO: ubi8
- MOLECULE_DISTRO: centos7
- MOLECULE_DISTRO: centos6
- MOLECULE_DISTRO: ubuntu1804
- MOLECULE_DISTRO: ubuntu1604
- MOLECULE_DISTRO: ubuntu1404
- MOLECULE_DISTRO: debian10
- MOLECULE_DISTRO: debian9
install:
# Install test dependencies.
- pip install molecule docker
before_script:
# Use actual Ansible Galaxy role name for the project directory.
- cd ../
- mv ansible-role-$ROLE_NAME geerlingguy.$ROLE_NAME
- cd geerlingguy.$ROLE_NAME
script:
# Run tests.
- molecule test
2015-12-12 11:29:05 +01:00
2016-02-01 19:21:26 +01:00
notifications:
2016-02-08 20:50:39 +01:00
webhooks: https://galaxy.ansible.com/api/v1/notifications/