ansible-role-postgresql/.travis.yml

36 lines
912 B
YAML
Raw Normal View History

---
2018-10-01 01:23:32 +00:00
language: python
services: docker
env:
2018-10-01 01:23:32 +00:00
global:
- ROLE_NAME: postgresql
matrix:
- MOLECULE_DISTRO: centos7
- MOLECULE_DISTRO: centos8
2020-06-01 15:05:10 +00:00
- MOLECULE_DISTRO: fedora32
- MOLECULE_DISTRO: ubuntu2004
2018-10-01 01:23:32 +00:00
- MOLECULE_DISTRO: ubuntu1804
2019-05-07 08:37:13 +00:00
- MOLECULE_DISTRO: debian10
before_install:
# Upgrade Docker to work with docker-py.
- curl https://gist.githubusercontent.com/geerlingguy/ce883ad4aec6a5f1187ef93bd338511e/raw/36612d28981d92863f839c5aefe5b7dd7193d6c6/travis-ci-docker-upgrade.sh | sudo bash
2018-10-01 01:23:32 +00:00
install:
# Install test dependencies.
- pip install molecule yamllint ansible-lint docker
2018-10-01 01:23:32 +00: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
2018-10-01 01:23:32 +00:00
script:
# Run tests.
2018-10-01 01:23:32 +00:00
- molecule test
2016-09-29 17:36:57 +00:00
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/