diff options
author | paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com> | 2020-03-24 16:12:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-24 16:12:39 +0100 |
commit | 0815543375419c6e15ac67d57d19578dfcf2b290 (patch) | |
tree | 0773be49aed217cebe9e600c4acb0b7cc49921df /.travis.yml | |
parent | 13602abcc2f50d0ad5b3eff47e5719bfa8b77ecd (diff) | |
parent | c99eb17850e51327449e6fac5572c6cfc436d21c (diff) | |
download | ansible-clever-0815543375419c6e15ac67d57d19578dfcf2b290.tar.gz ansible-clever-0815543375419c6e15ac67d57d19578dfcf2b290.tar.zst ansible-clever-0815543375419c6e15ac67d57d19578dfcf2b290.zip |
Merge pull request #60 from paulrbr-fl/fix-base-envv2.3
fix `clever_base_env` by removing a variable if not necessary
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/ | ||