1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 15:27:54 +00:00

Merge pull request #5474 from Chocobo1/travis

[TravisCI] lock-on to libtorrent-rasterbar 1.0.9 version
This commit is contained in:
sledgehammer999 2016-07-17 13:57:00 -05:00 committed by GitHub
commit 991502432c

View File

@ -118,7 +118,10 @@ install:
- |
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
# dependencies
brew update > /dev/null && brew install colormake ccache libtorrent-rasterbar ;
brew update > /dev/null ;
brew install colormake ccache ;
# libtorrent-rasterbar 1.0.9
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/477d5060fa093883204d70323965375353e03084/Formula/libtorrent-rasterbar.rb ;
# Qt
if [ "$qt" = 4 ]; then brew install qt && ln -s /usr/local/Cellar/qt/4.8.7_2/plugins /usr/local ; fi ;