You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/10 20:21:48 UTC

[commons-dbcp] 04/04: Cache .m2 dir.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git

commit d9cb8620c45f207c0fea4dacf6325c2cfd1cc1e6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 10 16:21:35 2020 -0400

    Cache .m2 dir.
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 4720633..c57115d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,9 @@
 
 language: java
 sudo: false
-
+cache:
+  directories:
+    - $HOME/.m2
 jdk:
   - oraclejdk11
   - openjdk8