From 03a0f7abf10ecef1b5f9af1c32abaf47b7e7217d Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Wed, 19 Jun 2019 09:30:22 +0200 Subject: Add brew cache mechanism --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0eaeb67e..aa0068f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,7 @@ matrix: cache: directories: - $HOME/.cache/pip + - $HOME/Library/Caches/Homebrew addons: homebrew: @@ -58,8 +59,8 @@ addons: - cgal - python3 -before_install: - - brew update >/dev/null +before_cache: + - brew cleanup # When installing through libcgal-dev apt, CMake Error at CGAL Exports.cmake The imported target "CGAL::CGAL Qt5" references the file install: -- cgit v1.2.3