Skip to content

Commit

Permalink
ARTEMIS-1684 - don't build the -web module due to the node and gitboo…
Browse files Browse the repository at this point in the history
…k dependency for travis ci
  • Loading branch information
gtully committed Oct 5, 2018
1 parent 94be096 commit 2e96d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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

Expand Down

0 comments on commit 2e96d9b

Please sign in to comment.