Temporarily enable Homebrew Update on Travis

This commit is contained in:
Florian Märkl 2020-03-10 20:11:50 +01:00
commit 7873ced39e
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857

View file

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