Commit 0239eff3 by Edward Thomson

ci: install homebrew's curl on mac

parent 08556e6d
......@@ -7,7 +7,7 @@ then
fi
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
# Should we ask Travis to cache this file?
......
......@@ -4,4 +4,5 @@ set -x
brew update
brew install homebrew/dupes/zlib
brew install curl
brew install libssh2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment