diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3f3b39b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,20 @@ +--- +language: python +python: "2.7.13" +sudo: required +group: deprecated-2017Q4 + +services: + - docker + +install: + - pip install ansible==2.4.0.0 + - pip install molecule==1.25.0 + - pip install ansible-lint==3.4.20 + - pip install docker + +script: + - molecule test --driver docker + +notifications: + webhooks: https://galaxy.ansible.com/api/v1/notifications/