ci: install homebrew's curl on mac

This commit is contained in:
Edward Thomson 2016-07-24 14:51:28 -04:00
parent 08556e6db3
commit 0239eff354
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ then
fi fi
if [ "$TRAVIS_OS_NAME" = "osx" ]; then if [ "$TRAVIS_OS_NAME" = "osx" ]; then
export PKG_CONFIG_PATH=$(ls -d /usr/local/Cellar/zlib/*/lib/pkgconfig | paste -s -d':' -) export PKG_CONFIG_PATH=$(ls -d /usr/local/Cellar/{curl,zlib}/*/lib/pkgconfig | paste -s -d':' -)
fi fi
# Should we ask Travis to cache this file? # Should we ask Travis to cache this file?

View File

@ -4,4 +4,5 @@ set -x
brew update brew update
brew install homebrew/dupes/zlib brew install homebrew/dupes/zlib
brew install curl
brew install libssh2 brew install libssh2