Skip to content

Commit a7f1bf0

Browse files
authored
Update .travis.yml
1 parent 0cc7e42 commit a7f1bf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +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 update; fi
5657
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then echo $(brew --prefix qt); fi
5758
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd $(brew --prefix qt)/5.13.0/clang_64 || true; fi
5859
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd $(brew --prefix qt)/5.13.1/clang_64 || true; fi

0 commit comments

Comments
 (0)