diff options
author | Frédéric Menou <frederic.menou@fretlink.com> | 2018-02-27 16:51:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-27 16:51:02 +0100 |
commit | 27722c9241b607cb4ade6396cd4c8a353cf955f1 (patch) | |
tree | ad17f188894dd17435bad045ac05bf181bb9319c /.travis.yml | |
parent | a9c8a370528efa2deb93baebe4976d9667fc598e (diff) | |
parent | f03052d5eb34d95c0809813995bfc0d5ed1266a8 (diff) | |
download | ansible-clever-27722c9241b607cb4ade6396cd4c8a353cf955f1.tar.gz ansible-clever-27722c9241b607cb4ade6396cd4c8a353cf955f1.tar.zst ansible-clever-27722c9241b607cb4ade6396cd4c8a353cf955f1.zip |
Merge pull request #3 from fmenou/slack-notifications
Notify the #machine-room Slack channel
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 |