File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ install:
5353- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install mesa-common-dev libgl1-mesa-dev mesa-utils-extra libglapi-mesa ninja-build libqt4-dev qt4-qmake libqt4-opengl-dev; fi
5454- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_wait 30 scripts/getQt4Mac.sh; fi
5555- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt || true; fi
56- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade qt; fi
56+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade qt || true ; fi
5757- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then echo $(brew --prefix qt); fi
5858- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd $(brew --prefix qt)/5.13.0/clang_64 || true; fi
5959- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd $(brew --prefix qt)/5.13.1/clang_64 || true; fi
You can’t perform that action at this time.
0 commit comments