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/12/26 14:39:56 UTC

[netbeans-html4j] 01/25: Testing on JDK15 which no longer provides Nashorn

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

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

commit f0fe2b5dd32afbdf5ec46883c5ffed4ace5d4dd9
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Mon Dec 7 07:33:49 2020 +0100

    Testing on JDK15 which no longer provides Nashorn
---
 .travis.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b220c39..6de3070 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,11 +52,17 @@ matrix:
       env:
         - ARGS=-Dnone
     - os: linux
-      name: Linux JDK14 (latest)
+      name: Linux JDK14
       dist: trusty
       jdk: openjdk14
       env:
         - ARGS=-Dnone
+    - os: linux
+      name: Linux JDK15 (latest)
+      dist: trusty
+      jdk: openjdk15
+      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