提交 b7ed7bf0 authored 作者: Philippe Marschall's avatar Philippe Marschall

Cache Maven Local Repository

Now that we're on the Travis CI container based infrastructure we can
use caching for the local Maven repository [1] in order to speed up the
build times and reduce the load on Maven Central.

 [1] https://docs.travis-ci.com/user/caching/
上级 2696d563
...@@ -9,3 +9,8 @@ jdk: ...@@ -9,3 +9,8 @@ jdk:
before_script: cd h2 before_script: cd h2
script: ./build.sh jar testFast script: ./build.sh jar testFast
cache:
directories:
- $HOME/.m2/repository
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论