Add before_cache to fix travis caching #58
This commit is contained in:
parent
9001075512
commit
dc0080955d
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ cache:
|
|||
directories:
|
||||
- $HOME/.cache
|
||||
|
||||
before_cache:
|
||||
- sudo chown -R travis:travis $HOME/.cache
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
|
|
Loading…
Reference in a new issue