Repository: activemq-artemis Updated Branches: refs/heads/2.6.x 5cc6f7e9e -> b6945b50f
ARTEMIS-1684 - don't build the -web module due to the node and gitbook dependency for travis ci (cherry picked from commit 2e96d9b5ccc8fdbf0081ebb0df8c6a4a81663d34) Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/bc0d6f68 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/bc0d6f68 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/bc0d6f68 Branch: refs/heads/2.6.x Commit: bc0d6f682c4483bba5ed4e516a9fbec3600450f4 Parents: 5cc6f7e Author: gtully <[email protected]> Authored: Fri Oct 5 12:10:56 2018 +0100 Committer: Clebert Suconic <[email protected]> Committed: Thu Oct 11 14:59:27 2018 -0400 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/bc0d6f68/.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
