diff --git a/.travis.yml b/.travis.yml index 67a2a43..a89f19d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,8 @@ before_install: # - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi install: - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt protobuf; fi +# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt protobuf; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install qtbase5-dev qtbase5-dev-tools qt5-qmake libprotobuf-dev protobuf-compiler; fi script: