Added missing brew update to travis builds

This commit is contained in:
Martin Tůma 2020-02-08 13:04:36 +01:00
parent c0a7d64a1d
commit 154114dd2a

View File

@ -10,6 +10,7 @@ env:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt protobuf; fi