aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/travis/before-script.sh
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-08-28 07:40:48 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-08-28 07:40:48 -0700
commitf74f96d18d729ddcc9274e028d385e36ac90322e (patch)
treee55981a8151be6d82cfe1ba186fdf89b4ebd4de3 /scripts/travis/before-script.sh
parentf829b51d1a2c049c24c2bb349b1c13edef12fd42 (diff)
Don't install tools before build
Diffstat (limited to 'scripts/travis/before-script.sh')
-rwxr-xr-xscripts/travis/before-script.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/travis/before-script.sh b/scripts/travis/before-script.sh
index 9799bf0c..32b34589 100755
--- a/scripts/travis/before-script.sh
+++ b/scripts/travis/before-script.sh
@@ -1,6 +1,6 @@
#!/bin/sh
set -e
-brew update
-brew install xctool
-brew install cmake
+#brew update
+#brew install xctool
+#brew install cmake