Fix invalid brew uninstall command
This commit is contained in:
parent
8c2458580f
commit
e680cadf7f
@ -15,7 +15,7 @@ matrix:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then \
|
- "if [ $TRAVIS_OS_NAME = 'osx' ]; then \
|
||||||
brew uninstall --cask --force java && \
|
brew uninstall --force java; \
|
||||||
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