Update .travis.yml

This commit is contained in:
Matt Willsher 2015-01-12 21:07:38 +00:00
parent e06669fb65
commit 2dd1ca5abb

View file

@ -11,7 +11,7 @@ install:
- pip install ansible - pip install ansible
# Add ansible.cfg to pick up roles path. # Add ansible.cfg to pick up roles path.
- "printf '[defaults]\nroles_path = ../' > ansible.cfg" - "printf '[defaults]\nroles_path = ../\n' > ansible.cfg"
script: script:
# Check the roles syntax # Check the roles syntax