Create Travis build matrix for molecule builds (#172)
* Create Travis build matrix for molecule builds * Set env variables
This commit is contained in:
parent
af54ab1401
commit
11bbdfeba8
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user