aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2014-07-18 08:13:28 -0700
committerGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2014-07-18 08:13:28 -0700
commitfcec9146d80378e789f205a72e692188626ec4a3 (patch)
treee44b9999c5e791ff2cdc6d7956e7f650f0a0a379 /scripts
parent64f52dae67ba57d03e45ba35c626ddd6ea907367 (diff)
Don't install cmake on travis
Diffstat (limited to 'scripts')
-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 99966882..b6ba2464 100755
--- a/scripts/travis/before-script.sh
+++ b/scripts/travis/before-script.sh
@@ -3,7 +3,7 @@ set -e
if test x"`uname`" = xDarwin ; then
brew update
- brew install cmake
+# brew install cmake
elif test x"`uname`" = xLinux ; then
git clone --depth=1 https://github.com/dinhviethoa/libetpan
cd libetpan