ansible-role-composer/.travis.yml

13 lines
336 B
YAML
Raw Normal View History

2014-02-04 14:05:47 +01:00
---
language: python
python: "2.7"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-apt python-pycurl
install:
- pip install ansible
script:
- echo localhost > inventory
- ansible-playbook --syntax-check -i inventory test.yml
- ansible-playbook -i inventory test.yml --connection=local --sudo -vvvv