You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2018/10/05 11:11:33 UTC

activemq-artemis git commit: ARTEMIS-1684 - don't build the -web module due to the node and gitbook dependency for travis ci

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 94be09686 -> 2e96d9b5c


ARTEMIS-1684 - don't build the -web module due to the node and gitbook dependency for travis ci


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/2e96d9b5
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/2e96d9b5
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/2e96d9b5

Branch: refs/heads/master
Commit: 2e96d9b5ccc8fdbf0081ebb0df8c6a4a81663d34
Parents: 94be096
Author: gtully <ga...@gmail.com>
Authored: Fri Oct 5 12:10:56 2018 +0100
Committer: gtully <ga...@gmail.com>
Committed: Fri Oct 5 12:10:56 2018 +0100

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2e96d9b5/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 9244f85..e554543 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ before_install: rm -rf $HOME/.m2/repository/org/apache/activemq/artemis-*
 # use '-Pextra-tests' to ensure extra-tests compiles even though they won't actually run
 script: 
 - set -e
-- mvn -Pfast-tests -Pextra-tests -B install -q
+- mvn -Pfast-tests -Pextra-tests -B install -q -pl '!artemis-web'
 - cd examples
 - mvn install -Prelease install -B -q