Upgrade OSX image to Mojave and more recent xcode
This commit is contained in:
parent
e680cadf7f
commit
e3a3e84721
@ -1,4 +1,5 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
|
osx_image: xcode11.3
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
@ -15,7 +16,7 @@ matrix:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then \
|
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then \
|
||||||
brew uninstall --force java; \
|
brew update && \
|
||||||
brew install qt5 && \
|
brew install qt5 && \
|
||||||
brew link qt5 --force && \
|
brew link qt5 --force && \
|
||||||
brew install protobuf && \
|
brew install protobuf && \
|
||||||
|
Loading…
Reference in New Issue
Block a user