Update test.

pull/3/head
Jeff Geerling 10 years ago
parent 736a95a012
commit 2d05eac2c3
  1. 2
      .travis.yml

@ -14,7 +14,7 @@ install:
- pip install ansible
# Add ansible.cfg to pick up roles path.
- "printf '[defaults]\nroles_path = ../' > ansible.cfg"
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"
script:
# Check the role/playbook's syntax.