Skip to content

Commit a769dfc

Browse files
Fix coursier cache path
1 parent ed3fbc4 commit a769dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cache:
2626
- $HOME/.sbt/zinc
2727
- $HOME/.ivy2/cache
2828
- $HOME/.nvm
29-
- $HOME/.coursier
29+
- $HOME/.cache/coursier
3030
before_cache:
3131
- du -h -d 1 $HOME/.ivy2/cache
3232
- du -h -d 2 $HOME/.sbt/

0 commit comments

Comments
 (0)