Skip to content

Commit

Permalink
Uninstall preinstalled brew packages
Browse files Browse the repository at this point in the history
On Travis CI there are already some brew packages
installed and these interfere with the macstrap install.
  • Loading branch information
guylabs authored Sep 10, 2020
1 parent 7a919f2 commit 777d60b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/prepare-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 777d60b

Please sign in to comment.