ansible-role-pip/.travis.yml

32 lines
671 B
YAML
Raw Normal View History

2017-05-27 05:09:47 +02:00
---
2018-10-01 03:14:02 +02:00
language: python
2017-05-27 05:09:47 +02:00
services: docker
env:
2018-10-01 03:14:02 +02:00
global:
- ROLE_NAME: pip
matrix:
2020-04-24 18:46:45 +02:00
- MOLECULE_DISTRO: centos8
2018-10-01 03:14:02 +02:00
- MOLECULE_DISTRO: centos7
- MOLECULE_DISTRO: fedora32
- MOLECULE_DISTRO: ubuntu2004
2018-10-23 17:31:55 +02:00
- MOLECULE_DISTRO: ubuntu1804
- MOLECULE_DISTRO: debian10
2017-05-27 05:09:47 +02:00
2018-10-01 03:14:02 +02:00
install:
# Install test dependencies.
- pip install molecule yamllint ansible-lint docker
2018-10-01 03:14:02 +02:00
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
2017-05-27 05:09:47 +02:00
2018-10-01 03:14:02 +02:00
script:
2017-05-27 05:09:47 +02:00
# Run tests.
2018-10-01 03:14:02 +02:00
- molecule test
2017-05-27 05:09:47 +02:00
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/