Skip to content

Commit 0cc7e42

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ install:
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
5656
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then echo $(brew --prefix qt); fi
57-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd $(brew --prefix qt)/5.13.0/clang_64; fi
57+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd $(brew --prefix qt)/5.13.0/clang_64 || true; fi
58+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cd $(brew --prefix qt)/5.13.1/clang_64 || true; fi
5859

5960
script:
6061
- cd bin

0 commit comments

Comments
 (0)