Github user jbertram commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1881#discussion_r169453963
--- Diff: .travis.yml ---
@@ -1,7 +1,7 @@
sudo: false
language: java
install: true
-script: mvn -Pfast-tests -Pextra-tests -B install
+script: mvn -Pfast-tests -Pextra-tests -B test
--- End diff --
The two commits are independent. One is to change 'install' to 'test'.
The other is to remove '-Pextra-tests' as it's not actually doing anything in
the build as far as I can tell.
---