From b37e2f03d8b19103ac22899e7a80e0b698a80af5 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Wed, 28 Jun 2017 10:36:57 +0530 Subject: [PATCH] Fix prepare osx script. --- _travis/prepare_osx.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/_travis/prepare_osx.sh b/_travis/prepare_osx.sh index 0d9bca89..db750bb9 100755 --- a/_travis/prepare_osx.sh +++ b/_travis/prepare_osx.sh @@ -18,7 +18,4 @@ #=============================================================================== set -o nounset # Treat unset variables as an error -brew install gsl -brew install cmake -brew install homebrew/science/hdf5 -brew install homebrew/science/matplotlib +echo "Nothing to do here. The moose.rb formula will install all dependecnies" -- GitLab