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/