From 74bad980d81a05d23e48169c18a94eb858ed7276 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Wed, 16 Sep 2015 23:23:34 -0700 Subject: xctool head --- 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 425ebc85..637c422d 100755 --- a/scripts/travis/before-script.sh +++ b/scripts/travis/before-script.sh @@ -4,7 +4,7 @@ set -e if test x"`uname`" = xDarwin ; then sudo systemsetup -settimezone America/Los_Angeles brew update || brew update || : - brew install xctool + brew uninstall xctool && brew install --HEAD xctool # brew install cmake elif test x"`uname`" = xLinux ; then git clone --depth=1 https://github.com/dinhviethoa/libetpan -- cgit v1.2.3