Skip to content

Commit

Permalink
Enable Travis brew cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev authored and vgvassilev committed Nov 17, 2019
1 parent fc99ae8 commit 09832b6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ sudo: true
# See more: https://github.com/travis-ci/travis-ci/issues/6083
language: none

language: none


addons: &common-addons
apt: &common-apt
packages: &common-apt-packages
Expand Down Expand Up @@ -124,12 +121,20 @@ addons-7: &addons-7
]
update: true


before_cache:
- brew cleanup
- rm -f ~/Library/Caches/Homebrew/linkage.db ~/.cache/Homebrew/linkage.db

cache:
pip: true
apt: true
ccache: true
directories:
- $HOME/.ccache
- /usr/local/Homebrew
- $HOME/Library/Caches/Homebrew


env:
global:
Expand Down

0 comments on commit 09832b6

Please sign in to comment.