Browse Source

Cache homebrew

master
Thom Wiggers 5 years ago
parent
commit
82563c9b64
No known key found for this signature in database GPG Key ID: 1BB0A7CE26E363
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      .travis.yml

+ 7
- 1
.travis.yml View File

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

Loading…
Cancel
Save