From bf92539b53a0ee869f0bf0614f069dcf61b3cd38 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Tue, 21 Feb 2017 16:06:28 +0100 Subject: [PATCH] Actually, let's cache ~/.coursier on CI --- .travis.yml | 2 +- appveyor.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 62620e61c..7db4202f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 97b0b044a..e8e3336d7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,3 +34,4 @@ cache: - C:\Users\appveyor\.ivy2\cache - C:\Users\appveyor\.m2 - C:\Users\appveyor\.sbt + - C:\Users\appveyor\.coursier