diff options
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 67b85686b3..a52af9ed08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,6 +59,11 @@ matrix: compiler: clang - os: osx compiler: clang + cache: + directories: + - $HOME/Library/Caches/Homebrew + before_cache: + - brew cleanup dist: trusty |