Skip to content

Commit 9cb7579

Browse files
authored
Merge pull request #132 from SethTisue/travis-caching
speed up Travis builds using caching feature
2 parents 5f7601a + 0f98c96 commit 9cb7579

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
@@ -20,3 +20,12 @@ jdk:
2020

2121
notifications:
2222
23+
24+
before_cache:
25+
- find $HOME/.sbt -name "*.lock" | xargs rm
26+
- find $HOME/.ivy2/cache -name "ivydata-*.properties" | xargs rm
27+
cache:
28+
directories:
29+
- $HOME/.ivy2/cache
30+
- $HOME/.sbt/boot
31+
- $HOME/.sbt/launchers

0 commit comments

Comments
 (0)