From 2078aa732db32cc3333a8cad264a07da07a2f909 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Thu, 14 Nov 2019 18:28:27 +0000 Subject: TRAVIS: Cache homebrew packages Based on https://stackoverflow.com/a/53331571--- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.3