Fixed typo in travis.yml

This commit is contained in:
Adham Helal 2014-03-21 22:07:46 +01:00
parent 09c0bff8fb
commit bad7af6985
1 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@ install:
script:
- echo localhost > inventory
- export ANSIBLE_ROLES_PATH="../"
- ansible-playbook -i inventory --syntax-check msmtp.yml
- ansible-playbook -i inventory --connection=local --sudo -vvvv msmtp.yml
- ansible-playbook -i inventory --syntax-check mstmp.yml
- ansible-playbook -i inventory --connection=local --sudo -vvvv mstmp.yml