You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2018/04/08 17:27:35 UTC

logging-log4j2 git commit: Enable dependency caching in travis

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 348f875e8 -> f36276adf


Enable dependency caching in travis


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f36276ad
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f36276ad
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f36276ad

Branch: refs/heads/master
Commit: f36276adf98e5a750686f46822b5b3d1d0d0b97e
Parents: 348f875
Author: Matt Sicker <bo...@gmail.com>
Authored: Sun Apr 8 12:27:30 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sun Apr 8 12:27:30 2018 -0500

----------------------------------------------------------------------
 .travis.yml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f36276ad/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 3fecb49..9fe270f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,12 @@ env:
   global:
     JAVA_OPTS=-Xmx4g
 
+cache:
+  directories:
+    - "$HOME/.m2"
+before_cache:
+  - rm -rf $HOME/.m2/repository/org/apache/logging/log4j
+
 install:
   - mvn -t .travis-toolchains.xml install -DskipTests=true -Dmaven.javadoc.skip=true -B -V