Skip to content

Commit a606722

Browse files
committed
Switch to qt to 5.10 on Mac (for CI).
1 parent f5d8bcb commit a606722

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
@@ -25,8 +25,8 @@ before_install:
2525
- '[ "$TRAVIS_OS_NAME" != osx ] || brew update'
2626

2727
install:
28-
- '[ "$TRAVIS_OS_NAME" != osx ] || brew install qt5'
29-
- '[ "$TRAVIS_OS_NAME" != osx ] || brew link --force qt5'
28+
- '[ "$TRAVIS_OS_NAME" != osx ] || brew install [email protected]'
29+
- '[ "$TRAVIS_OS_NAME" != osx ] || brew link --force qt'
3030

3131
before_script:
3232
- '[[ "$TRAVIS_OS_NAME" != linux || "$CXX" != g++ ]] || export QMAKESPEC=linux-g++'

0 commit comments

Comments
 (0)