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 :