Files
ansible-manage-lvm/.travis.yml
T
2020-04-19 01:59:29 -04:00

16 lines
294 B
YAML

---
sudo: required
language: python
services:
- docker
before_install:
- sudo apt-get -qq update
install:
- pip3 install -r requirements.txt
- ansible --version
- molecule --version
script:
- molecule lint
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/