NO-JIRA Adding examples verification into travis

This commit is contained in:
Clebert Suconic 2018-04-17 13:47:21 -04:00
parent 98da402fb6
commit 1f4e7be007
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,11 @@ 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
script:
- set -e
- mvn -Pfast-tests -Pextra-tests -B install -q
- cd examples
- mvn install -Prelease install -B -q
cache:
directories: