aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-08-09 16:09:35 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-08-09 16:09:35 -0700
commit3b660e5985b92a93c397583c9f383df047b03b37 (patch)
tree9729c377729cf002c6d8e5992484a0a937c97df2 /scripts
parent2f6ef537903fef76bdd52b806e98e3b999a7db28 (diff)
Workaround homebrew issue
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 adc3d65b..5a959f5f 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
sudo systemsetup -settimezone America/Los_Angeles
- brew update
+ (brew update ; brew update)
# brew install cmake
elif test x"`uname`" = xLinux ; then
git clone --depth=1 https://github.com/dinhviethoa/libetpan