From 959676164ba81fc562086bf704c9de8fc2fa2325 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Fri, 1 Jul 2016 20:46:24 +0800 Subject: [PATCH] [TravisCI] lock-on to libtorrent-rasterbar 1.0.9 version --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6057eaf67..cefeb342f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 ;