Skip to content

Commit 11bbdfe

Browse files
authored
Create Travis build matrix for molecule builds (#172)
* Create Travis build matrix for molecule builds * Set env variables
1 parent af54ab1 commit 11bbdfe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ sudo: required
33
language: python
44
services:
55
- docker
6+
env:
7+
- scenario: default
8+
- scenario: stable_push
9+
- scenario: template_module
10+
- scenario: unit
611
before_install:
712
- sudo apt-get -qq update
813
install:
914
- pip install molecule[docker]
1015
script:
11-
- molecule test --all
16+
- molecule test -s $scenario
1217
notifications:
1318
webhooks: https://galaxy.ansible.com/api/v1/notifications/

0 commit comments

Comments
 (0)