Repository: activemq-artemis Updated Branches: refs/heads/master e01358f17 -> 15460adf5
NO-JIRA: remove cache Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/cd0309e9 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/cd0309e9 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/cd0309e9 Branch: refs/heads/master Commit: cd0309e92ef1e11802c75178e9ba8955b63f9f6f Parents: e01358f Author: Clebert Suconic <[email protected]> Authored: Fri Mar 9 12:39:41 2018 -0500 Committer: Clebert Suconic <[email protected]> Committed: Fri Mar 9 16:02:07 2018 -0500 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/cd0309e9/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 6c00ba0..582754c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,5 @@ script: mvn -Pfast-tests -Pextra-tests -B install cache: directories: - $HOME/.m2 + before_cache: + - rm -rf $HOME/.m2/repository/org/apache/activemq/artemis-*
