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/09/08 14:59:28 UTC

[commons-pool] branch master updated: Cache local Maven repo.

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-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new 2360671  Cache local Maven repo.
2360671 is described below

commit 2360671b114894d91b61c893a3299e61d033d946
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Sep 8 10:59:21 2020 -0400

    Cache local Maven repo.
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index b174888..f237a1a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,10 @@
 
 language: java
 
+cache:
+  directories:
+    - $HOME/.m2
+
 jdk:
   - openjdk8
   - openjdk11