aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-09-16 23:41:10 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-09-16 23:41:10 -0700
commitf00b6deae2c3688383d0a9e8552532f2a6651607 (patch)
tree05a2b5c9a5563952b8c50b54871aab847deffa22 /scripts
parent74bad980d81a05d23e48169c18a94eb858ed7276 (diff)
install cmake in 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 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