Skip to content

Commit 687939e

Browse files
committed
ci: Drop Homebrew caching while using Homebrew addon on Travis
1 parent 557d3f1 commit 687939e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.travis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ cache:
2323
- $TRAVIS_BUILD_DIR/depends/sdk-sources
2424
- $TRAVIS_BUILD_DIR/ci/scratch/.ccache
2525
- $TRAVIS_BUILD_DIR/releases/$HOST
26-
before_cache:
27-
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew cleanup; fi
2826
stages:
2927
- lint
3028
- test
@@ -135,22 +133,12 @@ jobs:
135133
# Xcode 11.3.1, macOS 10.14, SDK 10.15
136134
# https://docs.travis-ci.com/user/reference/osx/#macos-version
137135
osx_image: xcode11.3
138-
cache:
139-
directories:
140-
- $TRAVIS_BUILD_DIR/ci/scratch/.ccache
141-
- $TRAVIS_BUILD_DIR/releases/$HOST
142-
- $HOME/Library/Caches/Homebrew
143-
- /usr/local/Homebrew
144136
addons:
145137
homebrew:
146138
packages:
147-
- libtool
148139
- berkeley-db4
149-
- boost
150140
- miniupnpc
151-
- qt
152141
- qrencode
153-
- python3
154142
- ccache
155143
- zeromq
156144
env: >-

0 commit comments

Comments
 (0)