From 777d60bffc86e135a738fef967b03a9401c2fd4c Mon Sep 17 00:00:00 2001 From: Guy Brand Date: Thu, 10 Sep 2020 23:57:54 +0200 Subject: [PATCH] Uninstall preinstalled brew packages On Travis CI there are already some brew packages installed and these interfere with the macstrap install. --- test/prepare-build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/prepare-build.sh b/test/prepare-build.sh index 7c72006..bcc8c67 100755 --- a/test/prepare-build.sh +++ b/test/prepare-build.sh @@ -5,5 +5,8 @@ set -e rm -rf ~/.macstrap/macstrap.cfg cp ~/.macstrap/test/macstrap-test.cfg ~/.macstrap/macstrap.cfg +# Uninstall preinstalled brew packages from Travis CI +brew uninstall postgis postgresql + # Start with the installation macstrap install