You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ly...@apache.org on 2016/07/20 15:15:53 UTC

incubator-metron git commit: METRON-334 Travis CI cache Maven dependencies (justinleet via dlyle65535) closes apache/incubator-metron#196

Repository: incubator-metron
Updated Branches:
  refs/heads/master 8cf29f874 -> 1182d1a87


METRON-334 Travis CI cache Maven dependencies (justinleet via dlyle65535) closes apache/incubator-metron#196


Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/1182d1a8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/1182d1a8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/1182d1a8

Branch: refs/heads/master
Commit: 1182d1a87ce6a7b19b23a2d93bb72819835da102
Parents: 8cf29f8
Author: justinleet <ju...@gmail.com>
Authored: Wed Jul 20 11:15:34 2016 -0400
Committer: David Lyle <dl...@gmail.com>
Committed: Wed Jul 20 11:15:34 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/1182d1a8/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 6fe6835..d9c3f8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,3 +4,6 @@ jdk:
 script:
   - |
     mvn -q integration-test install
+cache:
+  directories:
+  - $HOME/.m2