ci: Unlink python2 on macOS

Otherwise installing Python3 will break horribly.
macos/v1.5.9
Emmanuele Bassi 5 years ago
parent 01ebe27a82
commit 1c65093416
  1. 1
      .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

Loading…
Cancel
Save