aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-07-13 23:52:23 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-07-14 02:35:02 +0300
commit687939e3d251125aea5f6f7202e00a12d60a899f (patch)
tree9333eeb12746d3e101bb75f0b52d8266f364c7f0 /.travis.yml
parent557d3f1cc065702ebbf929d39ac7c5561111ce4c (diff)
downloadbitcoin-687939e3d251125aea5f6f7202e00a12d60a899f.tar.xz
ci: Drop Homebrew caching while using Homebrew addon on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index bffcc560c3..2d69ad7d23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,8 +23,6 @@ cache:
- $TRAVIS_BUILD_DIR/depends/sdk-sources
- $TRAVIS_BUILD_DIR/ci/scratch/.ccache
- $TRAVIS_BUILD_DIR/releases/$HOST
-before_cache:
- - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew cleanup; fi
stages:
- lint
- test
@@ -135,22 +133,12 @@ jobs:
# Xcode 11.3.1, macOS 10.14, SDK 10.15
# https://docs.travis-ci.com/user/reference/osx/#macos-version
osx_image: xcode11.3
- cache:
- directories:
- - $TRAVIS_BUILD_DIR/ci/scratch/.ccache
- - $TRAVIS_BUILD_DIR/releases/$HOST
- - $HOME/Library/Caches/Homebrew
- - /usr/local/Homebrew
addons:
homebrew:
packages:
- - libtool
- berkeley-db4
- - boost
- miniupnpc
- - qt
- qrencode
- - python3
- ccache
- zeromq
env: >-