Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 4f68671

Browse files
author
Arvind Nadendla
committed
Cache maven artifact directory to enable faster builds.
1 parent 8fb9920 commit 4f68671

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Cache maven cache directory so external artifacts dont need to be
2+
# re-downloaded.
3+
cache:
4+
directories:
5+
- $HOME/.m2
6+
17
language: java
28

39
jdk:

0 commit comments

Comments
 (0)