diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 49e7e1c..8c94b07 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -18,6 +18,9 @@ install: | |||
18 | # Check ansible version | 18 | # Check ansible version |
19 | - ansible --version | 19 | - ansible --version |
20 | 20 | ||
21 | # Alias role name to mimic actual Galaxy deployment | ||
22 | - ln -s ansible-clever ../clever | ||
23 | |||
21 | # Create ansible.cfg with correct roles_path | 24 | # Create ansible.cfg with correct roles_path |
22 | - printf '[defaults]\nroles_path=../' >ansible.cfg | 25 | - printf '[defaults]\nroles_path=../' >ansible.cfg |
23 | 26 | ||
@@ -26,4 +29,4 @@ script: | |||
26 | - ansible-playbook tests/test.yml -i tests/inventory --syntax-check | 29 | - ansible-playbook tests/test.yml -i tests/inventory --syntax-check |
27 | 30 | ||
28 | notifications: | 31 | notifications: |
29 | webhooks: https://galaxy.ansible.com/api/v1/notifications/ | 32 | slack: fretlink:n84rSINeJTLRjUTgXfB1aILX |