Fix macOS on Travis (#265)

This commit is contained in:
Florian Märkl 2020-06-27 12:30:13 +02:00 committed by GitHub
commit 919d3b1c3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,6 @@ matrix:
osx_image: xcode11 osx_image: xcode11
addons: addons:
homebrew: homebrew:
update: true # tmp
packages: packages:
- qt - qt
- opus - opus
@ -91,8 +90,7 @@ matrix:
- CMAKE_EXTRA_ARGS="" - CMAKE_EXTRA_ARGS=""
- DEPLOY=1 - DEPLOY=1
install: install:
- brew unlink python@2 # tmp - pip3 install protobuf
- brew link python # tmp
- scripts/build-ffmpeg.sh - scripts/build-ffmpeg.sh
script: script:
- scripts/travis-build.sh - scripts/travis-build.sh