From 82563c9b640a321983c3a2b5d296925c4a98c0bf Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Thu, 20 Jun 2019 11:15:15 +0200 Subject: [PATCH] Cache homebrew --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2243247b..2e700c73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 :