From 31a82249411f5aaaa5247e0a89e0d3842be19a20 Mon Sep 17 00:00:00 2001 From: Nadav Samet Date: Sun, 30 Sep 2018 11:09:42 -0700 Subject: [PATCH] Cache only specific sbt subdirectories (ghpages cache is possibly causing problems) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 76979f397..b6f0a95ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,8 @@ jobs: cache: directories: - $HOME/.ivy2/cache - - $HOME/.sbt + - $HOME/.sbt/1.0 + - $HOME/.sbt/boot script: - ./$TEST_SCRIPT