CI: Install swig and luajit for osx travis

This commit is contained in:
Colin Edwards
2018-01-22 10:34:43 -06:00
parent c5b58211da
commit d810e3dbfb

View File

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