jiridanek commented on a change in pull request #704: NO-JIRA Improve printing
rat check results in .travis.yml
URL: https://github.com/apache/qpid-dispatch/pull/704#discussion_r392221305
##########
File path: .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
+ after_script:
Review comment:
`cache` happens before `after_script`, reorder the steps
----------------------------------------------------------------
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]