diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 7a72289..c424411 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -13,7 +13,7 @@ addons: | |||
13 | 13 | ||
14 | install: | 14 | install: |
15 | # Install ansible | 15 | # Install ansible |
16 | - pip install ansible | 16 | - pip install ansible docker-py docker |
17 | # Check ansible version | 17 | # Check ansible version |
18 | - ansible --version | 18 | - ansible --version |
19 | - ansible-galaxy install -r test/requirements.yml -p test/roles/ | 19 | - ansible-galaxy install -r test/requirements.yml -p test/roles/ |
@@ -21,6 +21,8 @@ install: | |||
21 | script: | 21 | script: |
22 | # Basic role syntax check | 22 | # Basic role syntax check |
23 | - ansible-playbook test/main.yml -i test/hosts --syntax-check | 23 | - ansible-playbook test/main.yml -i test/hosts --syntax-check |
24 | # Run the tests | ||
25 | - ansible-playbook test/main.yml -i test/hosts | ||
24 | 26 | ||
25 | notifications: | 27 | notifications: |
26 | webhooks: https://galaxy.ansible.com/api/v1/notifications/ | 28 | webhooks: https://galaxy.ansible.com/api/v1/notifications/ |