This closes #1948
This commit is contained in:
commit
e01358f17a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue