mirror of
https://github.com/atosatto/ansible-minio.git
synced 2024-11-23 11:35:11 +01:00
29 lines
382 B
YAML
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/
|