From 3b660e5985b92a93c397583c9f383df047b03b37 Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Sun, 9 Aug 2015 16:09:35 -0700 Subject: Workaround homebrew issue --- 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 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 -- cgit v1.2.3