From 55f4beade56ad10eab3469f8483b9979c5ece01a Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Tue, 4 Nov 2014 12:22:59 +0200 Subject: [PATCH] Updated Travis CI config, making sure xctool is installed --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4036145a..a8549769 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ before_install: - pod --version - pod setup --silent - pod repo update --silent + - brew update + - brew install xctool script: