From 668c8cb0e2fe8171c5fde04342ff5d121b22fb59 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Fri, 2 Dec 2016 23:11:05 +0200 Subject: [PATCH] Fix travis osx build. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 135850edf..696d6173b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: cpp os: - linux - osx -osx_image: xcode7 +osx_image: xcode7.3 env: matrix: @@ -127,7 +127,7 @@ install: cp "version" $HOME/hombebrew_cache ; cd "$HOME/hombebrew_cache" ; wget https://builds.shiki.hu/homebrew/libtorrent-rasterbar.rb ; - wget https://builds.shiki.hu/homebrew/libtorrent-rasterbar-1.0.10.yosemite.bottle.tar.gz ; + wget https://builds.shiki.hu/homebrew/libtorrent-rasterbar-1.0.10.el_capitan.bottle.tar.gz ; fi # dependencies @@ -137,7 +137,7 @@ install: # Copy custom libtorrent bottle to homebrew's cache so it can find and install it # Also install our custom libtorrent formula by passing the local path to it # These 2 files are restored from Travis' cache. - cp "$HOME/hombebrew_cache/libtorrent-rasterbar-1.0.10.yosemite.bottle.tar.gz" "$(brew --cache)" ; + cp "$HOME/hombebrew_cache/libtorrent-rasterbar-1.0.10.el_capitan.bottle.tar.gz" "$(brew --cache)" ; brew install "$HOME/hombebrew_cache/libtorrent-rasterbar.rb" ; # Qt