You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2019/11/18 18:41:35 UTC

[qpid-broker-j] branch master updated: NO-JIRA: Run protocol tests as part of travis build

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

orudyy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c04898  NO-JIRA: Run protocol tests as part of travis build
3c04898 is described below

commit 3c0489801061220c95dc8a46abafa8c3da0a332a
Author: Alex Rudyy <or...@apache.org>
AuthorDate: Mon Nov 18 18:41:49 2019 +0000

    NO-JIRA: Run protocol tests as part of travis build
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 61bb63f..8061245 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,5 +4,5 @@ jdk:
   - openjdk11
 env:
   - phase="test" pl="" additionalprops=""
-  - phase="verify" pl="-pl systests/qpid-systests-jms_1.1,systests/qpid-systests-jms_2.0,systests/qpid-systests-http-management" additionalprops="-DskipTests -DskipITs=false"
+  - phase="verify" pl="-pl systests/protocol-tests-amqp-0-8,systests/protocol-tests-amqp-0-10,systests/protocol-tests-amqp-1-0,systests/qpid-systests-jms_1.1,systests/qpid-systests-jms_2.0,systests/qpid-systests-http-management" additionalprops="-DskipTests=false -DskipITs=false"
 script: "mvn --fail-at-end ${phase} ${pl} ${additionalprops}"


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