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/12/15 14:56:24 UTC

[commons-logging] branch master updated: Cache Maven repo in Travis.

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


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

commit 2dc9f4fe5939ac09cefdc467fcbe37ba5d9d032b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Dec 15 09:56:20 2020 -0500

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

diff --git a/.travis.yml b/.travis.yml
index 8237a76..bb929f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,10 @@
 language: java
 sudo: false
 
+cache:
+  directories:
+    - $HOME/.m2
+
 jdk:
   - openjdk7
   - openjdk8