Skip to content

Commit 50cfd74

Browse files
authored
Update .travis.yml
1 parent d879bba commit 50cfd74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ script:
1515

1616
before_install:
1717
- 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
18+
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew update && brew install qt5 && export PATH="/usr/local/opt/qt/bin:$PATH"; fi
2019

2120

2221
after_success:

0 commit comments

Comments
 (0)