Skip to content

Commit

Permalink
Switch to qt 5.10 on Mac (for CI).
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbnf committed Feb 13, 2018
1 parent f5d8bcb commit a374c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ before_install:
- '[ "$TRAVIS_OS_NAME" != osx ] || brew update'

install:
- '[ "$TRAVIS_OS_NAME" != osx ] || brew install qt5'
- '[ "$TRAVIS_OS_NAME" != osx ] || brew link --force qt5'
- '[ "$TRAVIS_OS_NAME" != osx ] || brew install qt'
- '[ "$TRAVIS_OS_NAME" != osx ] || brew link --force qt'

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

0 comments on commit a374c31

Please sign in to comment.