Update travis config to install dependency.

This commit is contained in:
Jeff Geerling 2014-04-23 12:25:55 -05:00
parent 125b06192e
commit 6785943c12

View File

@ -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"