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:40:19 UTC

[netbeans-html4j] 24/25: Only generate Javadoc on JDK15

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 74c908bdeeddf1efb9c42b3561c3bb82fb2fc355
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Thu Dec 24 11:14:54 2020 +0100

    Only generate Javadoc on JDK15
---
 .travis.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d760a9d..99f3300 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,7 @@ script:
   - $JAVA_HOME/bin/java -version
   - mvn install -DskipTests $ARGS
   - mvn -q verify $ARGS
-  - mvn javadoc:aggregate
+  - if [ -n "$JAVADOC" ]; then mvn javadoc:aggregate; fi
 
 matrix:
   include:
@@ -52,17 +52,12 @@ matrix:
       env:
         - ARGS=-Dnone
     - os: linux
-      name: Linux JDK14
-      dist: trusty
-      jdk: openjdk14
-      env:
-        - ARGS=-Dnone
-    - os: linux
       name: Linux JDK15 (latest)
       dist: trusty
       jdk: openjdk15
       env:
         - ARGS=-Dnone
+        - JAVADOC=yes
     - 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