aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-08-09 16:22:17 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2015-08-09 16:22:17 -0700
commit4b945436870cd3b45b35d8d2b9e91a182a920514 (patch)
tree4e4d251c31579393558dd3bea72c95a1626f9bed /scripts
parent3b660e5985b92a93c397583c9f383df047b03b37 (diff)
other workaround for 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 5a959f5f..6c517350 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 update || :
# brew install cmake
elif test x"`uname`" = xLinux ; then
git clone --depth=1 https://github.com/dinhviethoa/libetpan