Skip to content

Commit 61d6daf

Browse files
authored
Merge pull request #198 from xuwei-k/travis-cache-dir
fix travis-ci cache settings
2 parents 58119a3 + 4b91f43 commit 61d6daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ script:
5050
cache:
5151
directories:
5252
- "$HOME/.sbt/preloaded"
53-
- "$HOME/.sbt/0.13/dependency"
53+
- "$HOME/.sbt/1.0/dependency"
5454
- "$HOME/.sbt/boot/scala*"
5555
- "$HOME/.sbt/launchers"
5656
- "$HOME/.ivy2/cache"

0 commit comments

Comments
 (0)