From 44ead4ff1ac799f2431181bafeefcd5f9a20bcf7 Mon Sep 17 00:00:00 2001 From: "Hoa V. Dinh" Date: Mon, 21 Apr 2014 15:59:12 -0700 Subject: Install CMake before building --- scripts/travis/before-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/before-script.sh b/scripts/travis/before-script.sh index 74a3fa31..b8753159 100755 --- a/scripts/travis/before-script.sh +++ b/scripts/travis/before-script.sh @@ -3,4 +3,4 @@ set -e brew update #brew install xctool -#brew install cmake +brew install cmake -- cgit v1.2.3