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 9cb7579

Browse files
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

‎.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/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)

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