gemmellr 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_r391739489
 
 

 ##########
 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:
   Depending on the failure, the file might not exist, worth guarding?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to