Skip to content

Commit 5ec6af9

Browse files
authored
Merge pull request #100 from gourlaysama/travis-caching
speed up Travis builds using caching feature
2 parents cf326ad + d901210 commit 5ec6af9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: .travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,12 @@ notifications:
2626
email:
2727
2828
29+
30+
before_cache:
31+
- find $HOME/.sbt -name "*.lock" | xargs rm
32+
- find $HOME/.ivy2/cache -name "ivydata-*.properties" | xargs rm
33+
cache:
34+
directories:
35+
- $HOME/.ivy2/cache
36+
- $HOME/.sbt/boot
37+
- $HOME/.sbt/launchers

0 commit comments

Comments
 (0)