You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2018/03/13 22:38:52 UTC

qpid-broker-j git commit: NO-JIRA: Update .travis.yml - enable thread count and fail-at-end

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master d14659c85 -> a46f1d6e0


NO-JIRA: Update .travis.yml - enable thread count and fail-at-end


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/a46f1d6e
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/a46f1d6e
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/a46f1d6e

Branch: refs/heads/master
Commit: a46f1d6e01ecadeead7d333c9bac023feb51293e
Parents: d14659c
Author: Keith Wall <kw...@apache.org>
Authored: Tue Mar 13 22:38:34 2018 +0000
Committer: Keith Wall <kw...@apache.org>
Committed: Tue Mar 13 22:38:34 2018 +0000

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/a46f1d6e/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 31bcd65..9ba8caf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,4 @@ jdk:
 env:
   - phase="test" pl=""
   - phase="verify" pl="-pl systests/protocol-tests-amqp-1-0,systests/protocol-tests-amqp-0-8,systests/protocol-tests-amqp-0-10"
-script: "mvn ${phase} ${pl} -Dtest.overridden.properties=${TRAVIS_BUILD_DIR}/test-profiles/apache-ci.test.overridden.properties"
+script: "mvn --fail-at-end --threads 2.0C ${phase} ${pl} -Dtest.overridden.properties=${TRAVIS_BUILD_DIR}/test-profiles/apache-ci.test.overridden.properties"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org