This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
The following commit(s) were added to refs/heads/master by this push: new e1fc39f NO-JIRA: move before_cache config to correct place e1fc39f is described below commit e1fc39f4a36bd8a10071d0d704341feed03bc0e0 Author: Robbie Gemmell <rob...@apache.org> AuthorDate: Thu Apr 2 16:37:01 2020 +0100 NO-JIRA: move before_cache config to correct place --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4c6ef33..4125798 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,5 @@ matrix: cache: directories: - $HOME/.m2 - before_cache: +before_cache: - rm -rf $HOME/.m2/repository/org/apache/qpid/* --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org