You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2020/03/13 00:50:44 UTC

[GitHub] [qpid-dispatch] jiridanek commented on a change in pull request #702: NO-JIRA Improve printing of results in travis.yml

jiridanek commented on a change in pull request #702: NO-JIRA Improve printing of results in travis.yml
URL: https://github.com/apache/qpid-dispatch/pull/702#discussion_r391977081
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -36,12 +36,14 @@ matrix:
     cache:
       directories:
         - $HOME/.m2/repository
-      before_cache:
-        - rm -rf $HOME/.m2/repository/org/apache/qpid/*
+    before_cache:
+      - rm -rf $HOME/.m2/repository/org/apache/qpid/*
     install: []
     before_script: []
     script:
     - mvn apache-rat:check
+    after_failure:
+    - cat target/rat.txt
 
 Review comment:
   If it does not exist, a nonzero return value from the last after_failure command does not really change anything. To some degree, missing target/rat.txt can be considered an additional failure, because of the expected way the rat CI job is supposed to fail.
   
   I can add the check, it would make the job then future-proof against adding additional commands to after_failure.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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