mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-02-16 01:11:28 +01:00
Update travis config to install dependency.
This commit is contained in:
parent
125b06192e
commit
6785943c12
@ -7,6 +7,8 @@ before_install:
|
|||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
install:
|
install:
|
||||||
- pip install ansible==1.5.0
|
- pip install ansible==1.5.0
|
||||||
|
- "printf '[defaults]\nroles_path = ../' > ansible.cfg"
|
||||||
|
- ansible-galaxy install geerlingguy.apache
|
||||||
script:
|
script:
|
||||||
# Check the role/playbook's syntax.
|
# Check the role/playbook's syntax.
|
||||||
- "ansible-playbook -i tests/inventory tests/$SITE --syntax-check"
|
- "ansible-playbook -i tests/inventory tests/$SITE --syntax-check"
|
||||||
|
Loading…
Reference in New Issue
Block a user