Cache homebrew

Bu işleme şunda yer alıyor:
Thom Wiggers 2019-06-20 11:15:15 +02:00
ebeveyn 3ca9cfe5cd
işleme 82563c9b64
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 001BB0A7CE26E363

Dosyayı Görüntüle

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