Repository: commons-compress
Updated Branches:
  refs/heads/master 0d8ab18c8 -> 115a76dcd


Enable maven cache for in travis config

Signed-off-by: Simon Spero <sesunc...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/605c88ca
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/605c88ca
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/605c88ca

Branch: refs/heads/master
Commit: 605c88caadba932e0ed42feceda407b4a3454008
Parents: 0d8ab18
Author: Simon Spero <sesunc...@gmail.com>
Authored: Tue Jun 13 17:22:23 2017 -0400
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Thu Jun 15 17:35:38 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/605c88ca/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 053ea01..fea64d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,10 @@
 
 language: java
 sudo: false
+cache:
+  directories:
+    - $HOME/.m2
+
 
 jdk:
   - openjdk7

Reply via email to