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


The following commit(s) were added to refs/heads/master by this push:
     new ecc149b  NO-JIRA: cache repo to reduce output when running RAT check
ecc149b is described below

commit ecc149babe13eb34f7bd1937c1b72adf73dfd535
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Thu Jun 20 15:51:40 2019 +0100

    NO-JIRA: cache repo to reduce output when running RAT check
---
 .travis.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index f95ad37..5313f4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -79,3 +79,9 @@ script:
 after_success:
 - pushd build
 - if [ "$BUILD_TYPE" = "Coverage" ]; then bash <(curl -s 
https://codecov.io/bash); fi
+
+cache:
+  directories:
+  - $HOME/.m2/repository
+  before_cache:
+  - rm -rf $HOME/.m2/repository/org/apache/qpid/*


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

Reply via email to