You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
425 B
21 lines
425 B
sudo: required
|
|
language: python
|
|
cache: pip
|
|
services:
|
|
- docker
|
|
env:
|
|
- ANSIBLE=2.2.3
|
|
- ANSIBLE=2.3.2
|
|
- ANSIBLE=2.4.2
|
|
install:
|
|
- pip install ansible==${ANSIBLE} ansible-lint>=3.4.15 molecule==1.25.0 docker git-semver testinfra>=1.7.0
|
|
before_script:
|
|
- ansible-lint tests/playbook.yml
|
|
script:
|
|
- molecule test
|
|
branches:
|
|
only:
|
|
- master
|
|
notifications:
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|