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/14 09:04:48 UTC

qpid-broker-j git commit: NO-JIRA: Update .travis.yml - remove --threads argument - does not seem to yield benefit on Travis

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master d3b6ac8ba -> b26e32172


NO-JIRA: Update .travis.yml - remove --threads argument - does not seem to yield benefit on Travis


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/b26e3217
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/b26e3217
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/b26e3217

Branch: refs/heads/master
Commit: b26e321723fffa3952281c007f5c764cfeb589df
Parents: d3b6ac8
Author: Keith Wall <kw...@apache.org>
Authored: Wed Mar 14 09:04:36 2018 +0000
Committer: Keith Wall <kw...@apache.org>
Committed: Wed Mar 14 09:04:36 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/b26e3217/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 45a870e..46106f7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,4 @@ jdk:
 env:
   - phase="test" pl="" additionalprops="-Dskip.systests=true"
   - phase="verify" pl="-pl systests/protocol-tests-amqp-1-0,systests/protocol-tests-amqp-0-8,systests/protocol-tests-amqp-0-10" additionalprops="-Dskip.unittests=true"
-script: "mvn --fail-at-end --threads 2.0C ${phase} ${pl} ${additionalprops} -Dtest.overridden.properties=${TRAVIS_BUILD_DIR}/test-profiles/apache-ci.test.overridden.properties"
+script: "mvn --fail-at-end ${phase} ${pl} ${additionalprops} -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