Skip to content
Snippets Groups Projects
Commit 2b082ea4 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

build: update brew

parent 6bd928bf
Branches
Tags
No related merge requests found
......@@ -79,6 +79,7 @@ PIP_PKGS="${TRAVIS_BUILD_DIR}/tests/pydnstest/requirements.txt cpp-coveralls"
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
DEPEND_CACHE="https://dl.dropboxusercontent.com/u/2255176/resolver-${TRAVIS_OS_NAME}-cache.tar.gz"
curl "${DEPEND_CACHE}" > cache.tar.gz && tar -xz -C ${HOME} -f cache.tar.gz || true
brew update
brew install --force makedepend python libtasn1 || true
brew link --overwrite python || true
pip install --upgrade pip || true
......
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