summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-19 09:30:22 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-19 09:30:22 +0200
commit03a0f7abf10ecef1b5f9af1c32abaf47b7e7217d (patch)
treebd7147347cf433f2b721aef2484ad610fc42e25e
parent9d4e6f28ceeb362c9d751cbac730a13d1b5d61c7 (diff)
Add brew cache mechanism
-rw-r--r--.travis.yml5
1 files 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: