aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/travis
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-08-28 07:47:45 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-08-28 07:47:45 -0700
commit47a10e080f8746f0aa447b95535011ea38c5341e (patch)
treeee795f4ca4ead8af9f39b137cd73c646462e6848 /scripts/travis
parentf74f96d18d729ddcc9274e028d385e36ac90322e (diff)
Install CMake anyway
Diffstat (limited to 'scripts/travis')
-rwxr-xr-xscripts/travis/before-script.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/travis/before-script.sh b/scripts/travis/before-script.sh
index 32b34589..b8753159 100755
--- a/scripts/travis/before-script.sh
+++ b/scripts/travis/before-script.sh
@@ -1,6 +1,6 @@
#!/bin/sh
set -e
-#brew update
+brew update
#brew install xctool
-#brew install cmake
+brew install cmake