aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-09-16 23:23:34 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-09-16 23:23:34 -0700
commit74bad980d81a05d23e48169c18a94eb858ed7276 (patch)
treeda7e069e40541bc4180d14d55eeda25ef12f2b52 /scripts
parent15e04f64a8e7808246d566243adda5d59a1c69dc (diff)
xctool head
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 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