about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2017-07-17 07:04:06 -0300
committerGitHub <noreply@github.com>2017-07-17 07:04:06 -0300
commit64f367ea9db4739b70414cba002bf25d28db6242 (patch)
treed090b292cd0a5628d298e2c4292110dd5b22577e
parent5ec2da117bb0bad566bf822c09efc36703465e59 (diff)
parentd024c34a1b26b4ba66526508058ce90c65a71f80 (diff)
downloadklee-64f367ea9db4739b70414cba002bf25d28db6242.tar.gz
Merge pull request #700 from andreamattavelli/fix_travis_macos
Added caching of Homebrew downloads
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9a337952..09147e38 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -107,7 +107,10 @@ addons:
     - libselinux1-dev
     - cmake
 
-cache: apt
+cache: 
+  apt: true
+  directories:
+    - $HOME/Library/Caches/Homebrew
 before_install:
     ###########################################################################
     # Set up the locations to get various packages from