From 11bbdfeba8f4351f6fdaf6c39953ce73a88927d6 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Sun, 13 Oct 2019 22:23:35 +0400 Subject: [PATCH] Create Travis build matrix for molecule builds (#172) * Create Travis build matrix for molecule builds * Set env variables --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0234618..598f88f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/