From 7166f2e8ba30962af74233fdce2be737fbf62e62 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Sun, 25 Aug 2013 00:59:00 -0700 Subject: Make sure to install xctool before building. --- scripts/travis/before-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/travis') diff --git a/scripts/travis/before-script.sh b/scripts/travis/before-script.sh index b8753159..9799bf0c 100755 --- a/scripts/travis/before-script.sh +++ b/scripts/travis/before-script.sh @@ -2,5 +2,5 @@ set -e brew update -#brew install xctool +brew install xctool brew install cmake -- cgit v1.2.3