aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/travis/before-script.sh
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-08-24 23:29:55 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-08-24 23:29:55 -0700
commit53ed88f0431bf85abcbe314b88165fe38904ba55 (patch)
tree7797db4d960bcab2dbe4d7a386185722fd952b3a /scripts/travis/before-script.sh
parent4b7c5e2455c9312a11a6f93678e99b774df00c31 (diff)
Added CMake build to travis
Diffstat (limited to 'scripts/travis/before-script.sh')
-rwxr-xr-xscripts/travis/before-script.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/travis/before-script.sh b/scripts/travis/before-script.sh
index 45b429fa..b8753159 100755
--- a/scripts/travis/before-script.sh
+++ b/scripts/travis/before-script.sh
@@ -2,4 +2,5 @@
set -e
brew update
-brew install xctool
+#brew install xctool
+brew install cmake