CI: Use Qt 5.11.1 on Travis for macOS

This commit is contained in:
Ryan Foster 2018-07-25 12:00:21 -04:00
parent 6820a6b9ab
commit 729abd3825

View File

@ -24,7 +24,7 @@ sudo installer -pkg ./Packages.pkg -target /
brew update
#Base OBS Deps and ccache
brew install qt5 jack speexdsp ccache swig
brew install qt@5.11 jack speexdsp ccache swig
export PATH=/usr/local/opt/ccache/libexec:$PATH
ccache -s || echo "CCache is not available."