Skip to content

Commit 45a007b

Browse files
committed
ci: speed up builds by enabling caching for ~/.m2 directory.
See https://docs.travis-ci.com/user/caching/#arbitrary-directories
1 parent 45a56e6 commit 45a007b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ deploy:
6868
jdk:
6969
- openjdk8
7070

71+
cache:
72+
directories:
73+
- $HOME/.m2
74+
7175
services:
7276
- mysql
7377

0 commit comments

Comments
 (0)