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

[2/2] qpid-proton-j git commit: NO-JIRA: add a Java11 job on TravisCI

NO-JIRA: add a Java11 job on TravisCI


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

Branch: refs/heads/master
Commit: ae2441fdb4120e220eaca4ff4aca3956c5225914
Parents: a2029ab
Author: Robbie Gemmell <ro...@apache.org>
Authored: Thu Nov 22 18:03:03 2018 +0000
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Thu Nov 22 18:08:59 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/qpid-proton-j/blob/ae2441fd/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 34aca76..cda35b8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,8 @@
 language: java
 sudo: false
-jdk:
-  - openjdk8
+matrix:
+  include:
+    - os: linux
+      jdk: openjdk8
+    - os: linux
+      jdk: openjdk11


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