Create Travis build matrix for molecule builds (#172)

* Create Travis build matrix for molecule builds

* Set env variables
This commit is contained in:
Alessandro Fael Garcia 2019-10-13 22:23:35 +04:00 committed by GitHub
parent af54ab1401
commit 11bbdfeba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,16 @@ sudo: required
language: python
services:
- docker
env:
- scenario: default
- scenario: stable_push
- scenario: template_module
- scenario: unit
before_install:
- sudo apt-get -qq update
install:
- pip install molecule[docker]
script:
- molecule test --all
- molecule test -s $scenario
notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/