You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2018/03/09 21:00:25 UTC

[2/2] activemq-artemis git commit: NO-JIRA clean Artemis artifacts from Travis cache

NO-JIRA clean Artemis artifacts from Travis 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/d39b1b57
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d39b1b57
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d39b1b57

Branch: refs/heads/master
Commit: d39b1b57999432aa8096cb88c165fb5a6e5da1e5
Parents: 91043f8
Author: Justin Bertram <jb...@apache.org>
Authored: Fri Mar 9 10:31:37 2018 -0600
Committer: Clebert Suconic <cl...@apache.org>
Committed: Fri Mar 9 16:00:15 2018 -0500

----------------------------------------------------------------------
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d39b1b57/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 53074f1..6c00ba0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,9 @@ sudo: false
 language: java
 install: true
 
+# clean out Artemis artifacts from the cache
+before_install: rm -rf $HOME/.m2/repository/org/apache/activemq/artemis-*
+
 # use 'install' so smoke-tests will work
 # use '-Pextra-tests' to ensure extra-tests compiles even though they won't actually run
 script: mvn -Pfast-tests -Pextra-tests -B install