mirror of
https://github.com/atosatto/ansible-minio.git
synced 2024-11-26 12:05:16 +01:00
08e82da1a4
* Adds yamllint. * Use working docker images.
23 lines
374 B
YAML
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/
|