From f00b6deae2c3688383d0a9e8552532f2a6651607 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Wed, 16 Sep 2015 23:41:10 -0700 Subject: install cmake in Travis --- scripts/travis/before-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/travis/before-script.sh b/scripts/travis/before-script.sh index 637c422d..851639f8 100755 --- a/scripts/travis/before-script.sh +++ b/scripts/travis/before-script.sh @@ -5,7 +5,7 @@ if test x"`uname`" = xDarwin ; then sudo systemsetup -settimezone America/Los_Angeles brew update || brew update || : brew uninstall xctool && brew install --HEAD xctool -# 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