Skip to content

Commit d2c3e67

Browse files
committed
Update .travis.yml
1 parent 42525b2 commit d2c3e67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ matrix:
4848
before_install:
4949
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then date -u; fi
5050
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then uname -a; fi
51+
52+
install:
5153
- 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
5254
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_wait 30 scripts/getQt4Mac.sh; fi
53-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt@5.13; fi
55+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt; fi
5456

5557
script:
5658
- cd bin

0 commit comments

Comments
 (0)