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

Commit b9cbfa4

Browse files
author
TATSUNO Yasuhiro
authored
Merge pull request #38 from exoego/sbt-cache
Update sbt to 1.3.0
2 parents 597ed7c + c5cc3bf commit b9cbfa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ install:
3939
before_cache:
4040
- rm -fv $HOME/.ivy2/.sbt.ivy.lock
4141
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete
42+
- find $HOME/.coursier -name "*.lock" -print -delete
4243
- find $HOME/.sbt -name "*.lock" -print -delete
4344

4445
cache:
4546
directories:
4647
- $HOME/.ivy2/cache
48+
- $HOME/.coursier
4749
- $HOME/.sbt/boot
4850

0 commit comments

Comments
 (0)