Browse Source

Upgrade pkg-config travis-ci for OS X.

Fixes 'zlib not found` errors.
Details: https://github.com/Homebrew/brew/issues/563
adaptive-webui-19844
sledgehammer999 8 years ago
parent
commit
d3ece7417d
  1. 1
      .travis.yml

1
.travis.yml

@ -120,6 +120,7 @@ install: @@ -120,6 +120,7 @@ install:
# dependencies
brew update > /dev/null ;
brew install colormake ccache ;
brew outdated "pkg-config" || brew upgrade "pkg-config" ;
# libtorrent-rasterbar 1.0.9
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/477d5060fa093883204d70323965375353e03084/Formula/libtorrent-rasterbar.rb ;

Loading…
Cancel
Save