Commit f5ae0a2e authored by Daniel Agar's avatar Daniel Agar Committed by GitHub

travis-ci explicitly cache .ccache (#3652)

parent 714b2e16
...@@ -75,8 +75,9 @@ cache: ...@@ -75,8 +75,9 @@ cache:
pip: true pip: true
directories: directories:
- $HOME/.cache/pip - $HOME/.cache/pip
- $HOME/.gradle/caches/ - $HOME/.ccache
- $HOME/.gradle/wrapper/ - $HOME/.gradle/caches
- $HOME/.gradle/wrapper
before_install: before_install:
- if [ "${CONFIG}" = "installer" ]; then - if [ "${CONFIG}" = "installer" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment