Skip to content

Commit a5e4d04

Browse files
committed
remove qt5 check for install step
Saves only two minutes
1 parent 08d850b commit a5e4d04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ before_install:
5151

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
54-
- if [[ "$TRAVIS_OS_NAME" == "osx" && "$QT5" == "OFF"]]; then travis_wait 30 scripts/getQt4Mac.sh; fi
55-
- if [[ "$TRAVIS_OS_NAME" == "osx" && "$QT5" == "ON" ]]; then brew install qt; 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
5656

5757
script:
5858
- cd bin

0 commit comments

Comments
 (0)