From c61370ac4f3267bbc04002b64920ffb3dc93c44e Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Tue, 31 Jan 2017 15:22:32 +0100 Subject: [PATCH] Don't cache the whole ~/.ivy2 on Windows CI --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a58ad00ae..5a7cad557 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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