Skip to content

Commit

Permalink
.travis config to run the molecule tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoss committed Dec 6, 2019
1 parent 9e39b37 commit 92a77e7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
sudo: required

language: python

services:
- docker

install:
# molecule version >v2.22 required for compatibility with ansible >2.8
- pip install molecule==2.22
# Note: ansible 2.9.0 is buggy, see the README
#- pip install ansible==2.8.2
- pip install ansible==2.9.1
- pip install docker
script:
- molecule test
# TODO test more scenarios (multi-node !?)
#- molecule test --scenario-name xxx

notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/

0 comments on commit 92a77e7

Please # to comment.