Fix invalid brew uninstall command

This commit is contained in:
Srivats P 2021-04-25 11:21:31 +05:30
parent 8c2458580f
commit e680cadf7f

View File

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