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_r392136781
 
 

 ##########
 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:
   I wouldn't really see it as an 'additional failure', just a consequence of 
the actual failure, and so it seemed like any output reported for this failing 
is just distracting from seeing the actual failure. But I guess its not going 
to happen often and the output is fairly obvious, and unlike other jobs theres 
no additional checks here besides rat, so maybe its not as important as when it 
were part of the overall test run like before.

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