Fix macOS Travis

This commit is contained in:
Florian Märkl 2018-03-02 17:58:43 +01:00
parent b48d88c6a5
commit 8b77ad2766

View File

@ -30,7 +30,8 @@ before_install:
install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew install p7zip ccache qt5 python3 &&
brew install p7zip ccache qt5 &&
brew upgrade python &&
export PATH="/usr/local/opt/qt/bin:$PATH"
; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then