diff options
author | Théophile Helleboid - chtitux <chtitux@gmail.com> | 2018-11-09 16:35:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-09 16:35:20 +0100 |
commit | 5a084b7b21ac88f96ad36f0254c9e27666d41a02 (patch) | |
tree | a9fbc0f880b2940cef125d58e04b06ef68294dd6 /.travis.yml | |
parent | e4dc49c472514ed083e5935758acc08df5ee959e (diff) | |
parent | c4606fce8ff23842250eff18f285ed9e38b98a3c (diff) | |
download | ansible-postgresql-role-5a084b7b21ac88f96ad36f0254c9e27666d41a02.tar.gz ansible-postgresql-role-5a084b7b21ac88f96ad36f0254c9e27666d41a02.tar.zst ansible-postgresql-role-5a084b7b21ac88f96ad36f0254c9e27666d41a02.zip |
Merge pull request #2 from chtitux/fix-ci
Fix Travis 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/ |