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/10/09 12:10:15 UTC

[qpid-broker-j] branch master updated: NO-JIRA: Remove osolete build options in travis configuration and add 'openjdk11' to the list of jdks

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 a43aaa5  NO-JIRA: Remove osolete build options in travis configuration and add 'openjdk11' to the list of jdks
a43aaa5 is described below

commit a43aaa5f49e27e85152deeca4b2e8d55f0d54b71
Author: Alex Rudyy <or...@apache.org>
AuthorDate: Wed Oct 9 13:06:21 2019 +0100

    NO-JIRA: Remove osolete build options in travis configuration and add 'openjdk11' to the list of jdks
---
 .travis.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b71c581..61bb63f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,8 @@
 language: java
 jdk:
   - openjdk8
+  - openjdk11
 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 ${phase} ${pl} ${additionalprops} -Dtest.overridden.properties=${TRAVIS_BUILD_DIR}/test-profiles/apache-ci.test.overridden.properties"
+  - 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"
+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