Skip to content

Commit 7e8a520

Browse files
committed
Try caching maven deps for travis
1 parent 29396b1 commit 7e8a520

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jdk:
1010
- openjdk8
1111
- oraclejdk11
1212

13+
# 2019-11-26, tatu: Let's try caching Maven dependencies
14+
cache:
15+
directories:
16+
- $HOME/.m2
17+
1318
# Below this line is configuration for deploying to the Sonatype OSS repo
1419
# https://knowm.org/configure-travis-ci-to-deploy-snapshots/
1520
before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"

0 commit comments

Comments
 (0)