We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121d0fc commit 56d8336Copy full SHA for 56d8336
.travis.yml
@@ -71,6 +71,8 @@ matrix:
71
pip: false
72
directories:
73
- $HOME/Library/Caches/pip
74
+ # Store brew cache as clean setup takes around 100-150 sec
75
+ - $HOME/Library/Caches/Homebrew
76
# `cache` does not support `env`-like `global` so copy-paste from top
77
- $HOME/.ccache # https://github.com/travis-ci/travis-ci/issues/5853
78
- $HOME/.cache/matplotlib
0 commit comments