From fcec9146d80378e789f205a72e692188626ec4a3 Mon Sep 17 00:00:00 2001 From: "Hoa V. Dinh" Date: Fri, 18 Jul 2014 08:13:28 -0700 Subject: Don't install cmake on travis --- scripts/travis/before-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/travis/before-script.sh') 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 -- cgit v1.2.3