mirror of https://github.com/sbt/sbt.git
Actually, let's cache ~/.coursier on CI
This commit is contained in:
parent
164e044977
commit
bf92539b53
|
|
@ -40,4 +40,4 @@ cache:
|
|||
- $HOME/.m2
|
||||
- $HOME/.ivy2/cache
|
||||
- $HOME/.sbt
|
||||
# Not adding $HOME/.coursier, we check that sbt-coursier works fine with an initially empty cache
|
||||
- $HOME/.coursier
|
||||
|
|
|
|||
|
|
@ -34,3 +34,4 @@ cache:
|
|||
- C:\Users\appveyor\.ivy2\cache
|
||||
- C:\Users\appveyor\.m2
|
||||
- C:\Users\appveyor\.sbt
|
||||
- C:\Users\appveyor\.coursier
|
||||
|
|
|
|||
Loading…
Reference in New Issue