aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/travis
diff options
context:
space:
mode:
authorGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2014-04-21 15:59:12 -0700
committerGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2014-04-21 15:59:12 -0700
commit44ead4ff1ac799f2431181bafeefcd5f9a20bcf7 (patch)
tree282e326466e26675a4b29f9f058f7569f9db1abf /scripts/travis
parent9b6f913db231a2b7861424dc2003f493626e2cfa (diff)
Install CMake before building
Diffstat (limited to 'scripts/travis')
-rwxr-xr-xscripts/travis/before-script.sh2
1 files changed, 1 insertions, 1 deletions
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