This commit is contained in:
Clebert Suconic 2018-03-09 16:00:15 -05:00
commit e01358f17a
1 changed files with 3 additions and 0 deletions

View File

@ -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