mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +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
|
||||
install:
|
||||
- pip install ansible==1.5.0
|
||||
- "printf '[defaults]\nroles_path = ../' > ansible.cfg"
|
||||
- ansible-galaxy install geerlingguy.apache
|
||||
script:
|
||||
# Check the role/playbook's syntax.
|
||||
- "ansible-playbook -i tests/inventory tests/$SITE --syntax-check"
|
||||
|
Loading…
Reference in New Issue
Block a user