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 08:45:38 UTC

qpid-broker-j git commit: NO-JIRA: Update .travis.yml - avoid running unit tests twice

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


NO-JIRA: Update .travis.yml - avoid running unit tests twice


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

Branch: refs/heads/master
Commit: d3b6ac8ba67aba0a4a7ed815225b4eda35f67756
Parents: a46f1d6
Author: Keith Wall <kw...@apache.org>
Authored: Wed Mar 14 08:45:25 2018 +0000
Committer: Keith Wall <kw...@apache.org>
Committed: Wed Mar 14 08:45:25 2018 +0000

----------------------------------------------------------------------
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/d3b6ac8b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 9ba8caf..45a870e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,6 @@ sudo: false
 jdk:
   - oraclejdk8
 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 --fail-at-end --threads 2.0C ${phase} ${pl} -Dtest.overridden.properties=${TRAVIS_BUILD_DIR}/test-profiles/apache-ci.test.overridden.properties"
+  - 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"


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