Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 6ff412d

Browse files
authored
Merge pull request #233 from exoego/travis-cache
Cache dependencies more aggressively
2 parents cb4f5ca + a6175de commit 6ff412d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ before_cache:
3939

4040
cache:
4141
directories:
42-
- $HOME/.ivy2/cache
42+
- $HOME/.ivy2
4343
- $HOME/.cache/coursier
44-
- $HOME/.sbt/boot
45-
44+
- $HOME/.sbt

0 commit comments

Comments
 (0)