Skip to content

Commit 7cc12f4

Browse files
committed
Try not failing for qt5
1 parent de792ce commit 7cc12f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ before_install:
5252
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
55-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt; fi
55+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt || true; fi
5656

5757
script:
5858
- cd bin

0 commit comments

Comments
 (0)