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

Commit 44c7ae1

Browse files
authored
Merge pull request ContainX#1154 from arvindn05/master
Cache maven artifact directory to enable faster builds.
2 parents 474c791 + 4f68671 commit 44c7ae1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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