Commit 76cd5f85 authored by Max Kellermann's avatar Max Kellermann

.travis.yml: cache Homebrew on osx

parent 56840258
......@@ -83,6 +83,11 @@ matrix:
cache:
apt: true
ccache: true
directories:
- $HOME/Library/Caches/Homebrew
before_cache:
- test "$TRAVIS_OS_NAME" != "osx" || brew cleanup
before_install:
- eval "${MATRIX_EVAL}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment