mirror of https://github.com/sbt/sbt.git
Don't cache the whole ~/.ivy2 on Windows CI
This commit is contained in:
parent
9544b793da
commit
c61370ac4f
|
|
@ -32,6 +32,6 @@ test_script:
|
|||
- sbt ++2.11.8 testsJVM/test testsJVM/it:test
|
||||
- sbt ++2.10.6 testsJVM/test testsJVM/it:test plugin/scripted plugin/publishLocal sbt-shading/scripted
|
||||
cache:
|
||||
- C:\Users\appveyor\.ivy2
|
||||
- C:\Users\appveyor\.ivy2\cache
|
||||
- C:\Users\appveyor\.m2
|
||||
- C:\Users\appveyor\.sbt
|
||||
|
|
|
|||
Loading…
Reference in New Issue