ansible-minio/.travis.yml
Ben Kochie 08e82da1a4 Update molecule to 2.x
* Adds yamllint.
* Use working docker images.
2018-06-24 23:52:27 +02:00

23 lines
374 B
YAML

---
language: python
python: "2.7"
# Use the new container infrastructure
sudo: required
# Enable the docker service
services:
- docker
# Install molecule
install:
- pip install -r test-requirements.txt
# Execute the tests using the molecule docker driver
script:
- molecule test --all
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/