diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 22e80b3..0fcb053 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -24,6 +24,12 @@ script: | |||
24 | - ansible-lint . | 24 | - ansible-lint . |
25 | - shellcheck **/*.sh | 25 | - shellcheck **/*.sh |
26 | - scripts/dhall_check.sh | 26 | - scripts/dhall_check.sh |
27 | # Run integration test | ||
28 | - mkdir -p ~/.local/bin | ||
29 | - cp tests/fake.sh ~/.local/bin/clever | ||
30 | - cp tests/fake.sh ~/.local/bin/git | ||
31 | - ansible-playbook tests/test.yml -i tests/inventory | ||
27 | 32 | ||
28 | notifications: | 33 | notifications: |
29 | slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB | 34 | slack: fretlink:pTIylIN7zkwRFuL3aHERmsbB |
35 | webhooks: https://galaxy.ansible.com/api/v1/notifications/ | ||