You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2021/08/17 09:22:44 UTC

[activemq-artemis] branch main updated: NO-JIRA: enable regular maven output on Travis, only suppress transfer updates, see if it works around or clarifies situation before no-output timeout kills the run

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 9baa9a4  NO-JIRA: enable regular maven output on Travis, only suppress transfer updates, see if it works around or clarifies situation before no-output timeout kills the run
9baa9a4 is described below

commit 9baa9a4c2b6adfa543689131e0aee63e02bac729
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue Aug 17 10:19:57 2021 +0100

    NO-JIRA: enable regular maven output on Travis, only suppress transfer updates, see if it works around or clarifies situation before no-output timeout kills the run
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 209795b..02e637d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ before_install:
 # By setting anything to org.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED we are disabling libaio loading on the testsuite
 script: 
 - set -e
-- mvn -Dorg.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED=AnythingNotNull -Dmaven.test.redirectTestOutputToFile=true -Derrorprone -Pfast-tests -Pextra-tests -Ptests-CI -Pjmh -B install -q
+- mvn -ntp -Dorg.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED=AnythingNotNull -Dmaven.test.redirectTestOutputToFile=true -Derrorprone -Pfast-tests -Pextra-tests -Ptests-CI -Pjmh -B install
 - cd examples
 - mvn install -P${EXAMPLES_PROFILE} -B -q