Cache homebrew

Esse commit está contido em:
Thom Wiggers 2019-06-20 11:15:15 +02:00
commit 82563c9b64
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 001BB0A7CE26E363

Ver arquivo

@ -48,6 +48,12 @@ matrix:
- "cd test && travis_wait 60 python3 -m nose --rednose --verbose"
cache: pip
cache:
directories:
- $HOME/Library/Caches/pip
- $HOME/Library/Caches/Homebrew
before_cache:
- brew cleanup
# vim: set ft=yaml ts=2 sw=2 tw=0 et :