Skip to content

Commit 56d8336

Browse files
committed
Store brew cache on travis
1 parent 121d0fc commit 56d8336

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ matrix:
7171
pip: false
7272
directories:
7373
- $HOME/Library/Caches/pip
74+
# Store brew cache as clean setup takes around 100-150 sec
75+
- $HOME/Library/Caches/Homebrew
7476
# `cache` does not support `env`-like `global` so copy-paste from top
7577
- $HOME/.ccache # https://github.com/travis-ci/travis-ci/issues/5853
7678
- $HOME/.cache/matplotlib

0 commit comments

Comments
 (0)