summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-01-14 11:17:51 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2020-01-14 11:17:51 +0000
commit1c650934169a9663f76576d7430da0599e365e3e (patch)
tree8f11300ce1a7c589fdef39cd22ba49d82619ffee
parent01ebe27a8277d9f1acd88462d0643683608ca9e9 (diff)
downloadlibepoxy-1c650934169a9663f76576d7430da0599e365e3e.tar.gz
ci: Unlink python2 on macOS
Otherwise installing Python3 will break horribly.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 52c043e..0fe6610 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,7 @@ before_install:
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update
+ brew unlink python@2
brew install python@3 meson
# Use a Ninja with QuLogic's patch: https://github.com/ninja-build/ninja/issues/1219
mkdir -p $HOME/tools; curl -L http://nirbheek.in/files/binaries/ninja/macos/ninja -o $HOME/tools/ninja; chmod +x $HOME/tools/ninja