diff options
author | Théophile Helleboid <theophile.helleboid@captaintrain.com> | 2018-11-08 23:52:14 +0100 |
---|---|---|
committer | Théophile Helleboid <theophile.helleboid@captaintrain.com> | 2018-11-09 00:11:09 +0100 |
commit | c4606fce8ff23842250eff18f285ed9e38b98a3c (patch) | |
tree | 3d3e00dcdd805ed34990623a690384dc5279d814 /.travis.yml | |
parent | b91d73415f453ef39faf9824601b3fbeecceb4ef (diff) | |
download | ansible-postgresql-role-c4606fce8ff23842250eff18f285ed9e38b98a3c.tar.gz ansible-postgresql-role-c4606fce8ff23842250eff18f285ed9e38b98a3c.tar.zst ansible-postgresql-role-c4606fce8ff23842250eff18f285ed9e38b98a3c.zip |
Fix CI
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1ffbc33..7a72289 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -16,10 +16,11 @@ install: | |||
16 | - pip install ansible | 16 | - pip install ansible |
17 | # Check ansible version | 17 | # Check ansible version |
18 | - ansible --version | 18 | - ansible --version |
19 | - ansible-galaxy install -r test/requirements.yml -p test/roles/ | ||
19 | 20 | ||
20 | script: | 21 | script: |
21 | # Basic role syntax check | 22 | # Basic role syntax check |
22 | - ansible-playbook test/main.yml -i test --syntax-check | 23 | - ansible-playbook test/main.yml -i test/hosts --syntax-check |
23 | 24 | ||
24 | notifications: | 25 | notifications: |
25 | webhooks: https://galaxy.ansible.com/api/v1/notifications/ | 26 | webhooks: https://galaxy.ansible.com/api/v1/notifications/ |