aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c6f6b0d1ba..4b7fd841a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,9 +66,10 @@ matrix:
- sudo ln -s $(which ccache) /usr/lib/ccache/clang++
- os: osx
compiler: clang
- cache: ccache
+ cache:
directories:
- $HOME/Library/Caches/Homebrew
+ ccache: true
before_script:
- sudo ln -s $(which ccache) /usr/lib/ccache/clang
- sudo ln -s $(which ccache) /usr/lib/ccache/clang++