From 09c0bff8fb9b24939c1b29cd5b2019b276ce20aa Mon Sep 17 00:00:00 2001 From: Adham Helal Date: Fri, 21 Mar 2014 22:01:09 +0100 Subject: [PATCH] Fixed travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index aecfa2f..d98be81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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