ansible-role-bind/.travis.yml

30 lines
576 B
YAML
Raw Normal View History

---
2017-10-08 12:55:01 +00:00
sudo: required
2020-03-01 14:27:42 +00:00
dist: bionic
addons:
apt:
packages:
- python3
- python3-pip
- python3-setuptools
2017-10-08 12:55:01 +00:00
env:
2020-03-01 14:27:42 +00:00
- ANSIBLE_VERSION=2.7.16
- ANSIBLE_VERSION=2.8.8
- ANSIBLE_VERSION=2.9.4
2017-10-08 12:55:01 +00:00
services:
- docker
before_install:
2020-03-01 14:27:42 +00:00
- sudo pip3 install ansible==${ANSIBLE_VERSION}
- sudo pip3 install molecule 'molecule[docker]' docker testinfra ansible-lint yamllint
2018-12-05 09:20:37 +00:00
- git clone https://github.com/ansible/galaxy-lint-rules.git
2017-10-08 12:55:01 +00:00
script:
2020-03-01 14:27:42 +00:00
- ansible --version
- molecule test
2017-10-08 12:55:01 +00:00
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/