Skip to content

Commit 247c781

Browse files
authored
Merge pull request #807 from olafurpg/cache
Cache all of $HOME/.sbt
2 parents 06cbae3 + f5bae09 commit 247c781

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828

2929
cache:
3030
directories:
31-
- "$HOME/.sbt/0.13/dependency"
32-
- "$HOME/.sbt/boot/scala*"
33-
- "$HOME/.sbt/launchers"
31+
- "$HOME/.sbt"
3432
- "$HOME/.ivy2/cache"
3533
- "$HOME/.coursier"
3634

0 commit comments

Comments
 (0)