From 122ef6a2891f7320dade184f3c86c148e0c17dbd Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 23 Mar 2020 17:33:14 +0100 Subject: [PATCH] Include ~/.cache/coursier in travis cache (#232) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4091450..a0b3f48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,3 +81,4 @@ cache: - $HOME/.ivy2 - $HOME/.sbt/boot - $HOME/.sbt/launchers + - $HOME/.cache/coursier