We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d879bba commit 50cfd74Copy full SHA for 50cfd74
.travis.yml
@@ -15,8 +15,7 @@ script:
15
16
before_install:
17
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then sudo apt-get update -qq && sudo apt-get install -qq qtbase5-dev; fi
18
-#- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew update && brew install qt5 && qmake; fi
19
-- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew install qt5 && export PATH="/usr/local/opt/qt/bin:$PATH" && qmake; fi
+- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew update && brew install qt5 && export PATH="/usr/local/opt/qt/bin:$PATH"; fi
20
21
22
after_success:
0 commit comments