Cache homebrew

This commit is contained in:
Thom Wiggers 2019-06-20 11:15:15 +02:00
förälder 3ca9cfe5cd
incheckning 82563c9b64
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 001BB0A7CE26E363

Visa fil

@ -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 :