ansible-role-apache/.travis.yml

12 lines
294 B
YAML
Raw Normal View History

2014-04-22 14:39:07 +02:00
---
language: python
python: "2.7"
env:
- SITE=test.yml
before_install:
- sudo apt-get update -qq
install:
- pip install ansible==1.5.0
script:
- ansible-playbook -i tests/inventory tests/$SITE --syntax-check
- ansible-playbook -i tests/inventory tests/$SITE --connection=local --sudo