We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d8bcb commit a606722Copy full SHA for a606722
.travis.yml
@@ -25,8 +25,8 @@ before_install:
25
- '[ "$TRAVIS_OS_NAME" != osx ] || brew update'
26
27
install:
28
- - '[ "$TRAVIS_OS_NAME" != osx ] || brew install qt5'
29
- - '[ "$TRAVIS_OS_NAME" != osx ] || brew link --force qt5'
+ - '[ "$TRAVIS_OS_NAME" != osx ] || brew install [email protected]'
+ - '[ "$TRAVIS_OS_NAME" != osx ] || brew link --force qt'
30
31
before_script:
32
- '[[ "$TRAVIS_OS_NAME" != linux || "$CXX" != g++ ]] || export QMAKESPEC=linux-g++'
0 commit comments