ansible-minio/.travis.yml

29 lines
382 B
YAML

---
language: python
python: "2.7"
cache: pip
# Use the new container infrastructure
sudo: required
# Enable the docker service
services:
- docker
env:
matrix:
- ANSIBLE=2.3
- ANSIBLE=2.4
- ANSIBLE=2.5
# Install tox
install:
- pip install tox-travis
# Execute tests
script:
- tox
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/