Trying to fix the OS X TravisCI build...

This commit is contained in:
Martin Tůma 2021-05-28 07:29:40 +02:00
parent ea8819a381
commit 63f86a900e

View File

@ -1,5 +1,6 @@
language: c++
dist: focal
osx_image: xcode12
os:
- linux
@ -10,7 +11,7 @@ env:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt protobuf; fi