You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2020/03/23 03:48:00 UTC

[netbeans-html4j] branch JDK14 created (now 0a772b0)

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

jtulach pushed a change to branch JDK14
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git.


      at 0a772b0  Enabling testing on just released JDK14

This branch includes the following new commits:

     new 0a772b0  Enabling testing on just released JDK14

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[netbeans-html4j] 01/01: Enabling testing on just released JDK14

Posted by jt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch JDK14
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git

commit 0a772b02666c597c5f3b7580979815b41696ecc4
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Mon Mar 23 04:47:33 2020 +0100

    Enabling testing on just released JDK14
---
 .travis.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 2fb5798..8c50365 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,6 +50,12 @@ matrix:
       jdk: openjdk11
       env:
         - ARGS=-Dnone
+    - os: linux
+      name: Linux JDK14 (latest)
+      dist: trusty
+      jdk: openjdk14
+      env:
+        - ARGS=-Dnone
     - os: osx
       name: Mac JDK8
       osx_image: xcode9.3


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists