From c92721c0bbd63dca1875adc167cacccc1ec1d7e9 Mon Sep 17 00:00:00 2001 From: "Aaron S. Hawley" Date: Fri, 19 Apr 2019 11:13:44 -0400 Subject: [PATCH] Simplify sbt cache in Travis https://www.scala-sbt.org/1.0/docs/Travis-CI-with-sbt.html --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bef7d95db..fdce39d4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,5 +38,4 @@ before_cache: cache: directories: - $HOME/.ivy2/cache - - $HOME/.sbt/boot - - $HOME/.sbt/launchers + - $HOME/.sbt