From ce501954a4f25d2d8d702dd627a6643d6c1f6ab7 Mon Sep 17 00:00:00 2001 From: Robin Ricard Date: Sat, 6 Sep 2014 23:48:42 +0200 Subject: [PATCH] Add a stupid dep but it should already work --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a6eedc..d1c6592 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ before_install: - sudo easy_install pip install: - sudo pip install ansible -- brew install automake pkg-config pcre +- brew install automake pkg-config pcre xz script: - echo localhost > inventory - ansible-playbook --syntax-check -i inventory test.yml