Upgrade OSX image to Mojave and more recent xcode

This commit is contained in:
Srivats P 2021-04-25 11:51:18 +05:30
parent e680cadf7f
commit e3a3e84721

View File

@ -1,4 +1,5 @@
language: cpp
osx_image: xcode11.3
os:
- linux
@ -15,7 +16,7 @@ matrix:
before_install:
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then \
brew uninstall --force java; \
brew update && \
brew install qt5 && \
brew link qt5 --force && \
brew install protobuf && \