Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 78f41e9

Browse files
speed up Travis builds using caching feature
1 parent 5f7601a commit 78f41e9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎.travis.yml‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,12 @@ jdk:
2020

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /