From c70624e05f1b4cdb441ac036cefc888f4ef4c68e Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Tue, 31 Oct 2017 18:35:28 +0530 Subject: [PATCH] brew update before building. --- _travis/prepare_osx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/_travis/prepare_osx.sh b/_travis/prepare_osx.sh index 99b2327d..726b0d83 100755 --- a/_travis/prepare_osx.sh +++ b/_travis/prepare_osx.sh @@ -19,4 +19,5 @@ set -o nounset # Treat unset variables as an error echo "Nothing to do here. The moose.rb formula will install all dependecnies" +brew update brew tap homebrew/science -- GitLab