aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-07-08 08:41:52 +0200
committerGitHub <noreply@github.com>2020-07-08 08:41:52 +0200
commitaff43892f43dce14751e4f3be7e85d233793428b (patch)
tree00a4582f5e4e506e68a3169e699dfc25a3a94e20
parentcc8930eaf7352db23218e61cd1bb2c7bac814640 (diff)
parente7c9adbd8c2698ea5058d5df4b4ef5e79011420b (diff)
downloadPROJ-aff43892f43dce14751e4f3be7e85d233793428b.tar.gz
PROJ-aff43892f43dce14751e4f3be7e85d233793428b.zip
Merge pull request #2296 from PROJ-BOT/backport-2295-to-7.1
[Backport 7.1] travis/osx/before_install.sh: fix related to installing python
-rwxr-xr-xtravis/osx/before_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/osx/before_install.sh b/travis/osx/before_install.sh
index e2a30e36..4c3dbdb2 100755
--- a/travis/osx/before_install.sh
+++ b/travis/osx/before_install.sh
@@ -4,6 +4,7 @@ set -e
export PATH=$HOME/Library/Python/3.7/bin:$PATH
+brew unlink python@2
brew update
brew install ccache
#brew upgrade sqlite3