Travis: cache coursier library directory (#27930)
This commit is contained in:
parent
a128003391
commit
0de8c6b348
1 changed files with 2 additions and 1 deletions
|
|
@ -20,8 +20,9 @@ before_cache:
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
- $HOME/.cache/coursier
|
||||||
- $HOME/.ivy2/cache
|
- $HOME/.ivy2/cache
|
||||||
- $HOME/.sbt/boot
|
- $HOME/.sbt
|
||||||
- $HOME/.jabba/jdk
|
- $HOME/.jabba/jdk
|
||||||
|
|
||||||
# script for the default 'test' stage:
|
# script for the default 'test' stage:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue