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