Uninstall java from brew to avoid downloading it

This commit is contained in:
Srivats P 2021-04-25 11:03:34 +05:30
parent d2d5db7df4
commit 8c2458580f

View File

@ -15,6 +15,7 @@ matrix:
before_install:
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then \
brew uninstall --cask --force java && \
brew install qt5 && \
brew link qt5 --force && \
brew install protobuf && \