487a2d0c07
* Ported test playbooks to Molecule scenarios * Update Travis integration * Delete legacy tests
14 lines
251 B
YAML
14 lines
251 B
YAML
---
|
|
sudo: required
|
|
language: python
|
|
services:
|
|
- docker
|
|
before_install:
|
|
- sudo apt-get -qq update
|
|
install:
|
|
- pip install molecule[docker]
|
|
script:
|
|
- molecule test --all
|
|
notifications:
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|