ansible-minio/.travis.yml

23 lines
374 B
YAML
Raw Normal View History

2017-01-02 17:52:58 +01:00
---
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
2017-01-02 17:52:58 +01:00
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/