ansible-role-mariadb/.travis.yml

30 lines
576 B
YAML
Raw Normal View History

2019-03-16 08:41:05 +00:00
---
sudo: required
2020-03-01 10:49:25 +00:00
dist: bionic
addons:
apt:
packages:
- python3
- python3-pip
- python3-setuptools
2019-03-16 08:41:05 +00:00
env:
2020-03-01 10:49:25 +00:00
- ANSIBLE_VERSION=2.7.16
- ANSIBLE_VERSION=2.8.8
- ANSIBLE_VERSION=2.9.4
2019-03-16 08:41:05 +00:00
services:
- docker
before_install:
2020-03-01 10:49:25 +00:00
- sudo pip3 install ansible==${ANSIBLE_VERSION}
- sudo pip3 install molecule 'molecule[docker]' docker testinfra ansible-lint yamllint
2019-03-16 08:41:05 +00:00
- git clone https://github.com/ansible/galaxy-lint-rules.git
script:
2020-03-01 10:49:25 +00:00
- ansible --version
- molecule test
2019-03-16 08:41:05 +00:00
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/