You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2019/06/24 11:34:15 UTC

[qpid-jms] 01/02: NO-JIRA: add local repo caching to Travis build

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 7ae3712e6db3328ea2a9a0188b83e8c61ba2aa9e
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Jun 24 11:49:31 2019 +0100

    NO-JIRA: add local repo caching to Travis build
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index e75e564..31e14b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,3 +7,8 @@ matrix:
       jdk: openjdk11
     - os: osx
       osx_image: xcode9.3
+cache:
+  directories:
+  - $HOME/.m2
+  before_cache:
+  - rm -rf $HOME/.m2/repository/org/apache/qpid/*


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org