Skip to content

Commit 5948e73

Browse files
committed
Remove lock files for Coursier in Travis
1 parent 4dc4372 commit 5948e73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ script:
4545
before_cache:
4646
- find $HOME/.sbt -name "*.lock" | xargs rm
4747
- find $HOME/.ivy2/cache -name "ivydata-*.properties" | xargs rm
48+
- find $HOME/.coursier -name "*.lock" | xargs rm
4849
cache:
4950
directories:
5051
- $HOME/.ivy2/cache

0 commit comments

Comments
 (0)