Fixed travis

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

View File

@ -8,7 +8,6 @@ install:
- pip install ansible
script:
- echo localhost > inventory
- echo "[defaults]" > ansible.cfg
- echo "roles_path = ../" >> ansible.cfg
- export ANSIBLE_ROLES_PATH="../"
- ansible-playbook -i inventory --syntax-check msmtp.yml
- ansible-playbook -i inventory --connection=local --sudo -vvvv msmtp.yml