You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2020/03/14 06:43:18 UTC

[qpid-dispatch] branch master updated: NO-JIRA Improve printing rat check results in .travis.yml

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

jdanek 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 2b672a7  NO-JIRA Improve printing rat check results in .travis.yml
2b672a7 is described below

commit 2b672a7c6dcae96e4ccda1f44d6fb2c3f9a37e71
Author: Jiri Danek <jd...@redhat.com>
AuthorDate: Thu Mar 12 10:40:17 2020 +0100

    NO-JIRA Improve printing rat check results in .travis.yml
---
 .travis.yml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e1a3c23..a690134 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,15 +33,17 @@ matrix:
     addons:
       apt:
         packages: []
-    cache:
-      directories:
-        - $HOME/.m2/repository
-      before_cache:
-        - rm -rf $HOME/.m2/repository/org/apache/qpid/*
     install: []
     before_script: []
     script:
     - mvn apache-rat:check
+    before_cache:
+    - rm -rf $HOME/.m2/repository/org/apache/qpid/*
+    cache:
+      directories:
+      - $HOME/.m2/repository
+    after_script:
+    - cat target/rat.txt || true
   # prepending /usr/bin to PATH to avoid mismatched python interpreters in /opt
   - os: linux
     env:


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