summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: