diff options
author | Hussein Ait-Lahcen <hussein.ait-lahcen@fretlink.com> | 2018-11-19 15:51:21 +0100 |
---|---|---|
committer | Hussein Ait-Lahcen <hussein.ait-lahcen@fretlink.com> | 2018-11-20 17:29:11 +0100 |
commit | 77e27a11c31fee82c2ff30613bc832f5171fa845 (patch) | |
tree | ca5b2bc2ea4c15d91476436ca4376108f5a78d88 /.travis.yml | |
parent | 6bbc5a167fb43110a5b16746c112298f392be2b8 (diff) | |
download | ansible-kong-app-77e27a11c31fee82c2ff30613bc832f5171fa845.tar.gz ansible-kong-app-77e27a11c31fee82c2ff30613bc832f5171fa845.tar.zst ansible-kong-app-77e27a11c31fee82c2ff30613bc832f5171fa845.zip |
add dhall interface
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index de15287..f18b9b3 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -7,6 +7,7 @@ sudo: false | |||
7 | install: | 7 | install: |
8 | # Install ansible | 8 | # Install ansible |
9 | - nix-env -i python2.7-ansible python2.7-ansible-lint | 9 | - nix-env -i python2.7-ansible python2.7-ansible-lint |
10 | - nix-env -if ./dhall-1.18.0.nix | ||
10 | 11 | ||
11 | # Check ansible version | 12 | # Check ansible version |
12 | - ansible --version | 13 | - ansible --version |
@@ -19,6 +20,7 @@ script: | |||
19 | - ansible-playbook tests/test.yml -i tests/inventory --syntax-check | 20 | - ansible-playbook tests/test.yml -i tests/inventory --syntax-check |
20 | - ansible-lint . | 21 | - ansible-lint . |
21 | - ansible-playbook tests/test.yml -i tests/inventory -C -D | 22 | - ansible-playbook tests/test.yml -i tests/inventory -C -D |
23 | - scripts/dhall_check.sh | ||
22 | 24 | ||
23 | notifications: | 25 | notifications: |
24 | webhooks: https://galaxy.ansible.com/api/v1/notifications/ | 26 | webhooks: https://galaxy.ansible.com/api/v1/notifications/ |