We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de792ce commit 7cc12f4Copy full SHA for 7cc12f4
.travis.yml
@@ -52,7 +52,7 @@ before_install:
52
install:
53
- 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
54
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_wait 30 scripts/getQt4Mac.sh; fi
55
-- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt; fi
+- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt || true; fi
56
57
script:
58
- cd bin
0 commit comments