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/03 05:41:15 UTC

[netbeans-html4j] branch NewZulu updated: Giving the Travis jobs names

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

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


The following commit(s) were added to refs/heads/NewZulu by this push:
     new c78e1bc  Giving the Travis jobs names
c78e1bc is described below

commit c78e1bc43d196d5dcefc26b72d89b80d85fbfb8a
Author: Jaroslav Tulach <ja...@apidesign.org>
AuthorDate: Tue Mar 3 06:40:56 2020 +0100

    Giving the Travis jobs names
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e798af4..2fb5798 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,13 +30,14 @@ before_script:
   - sh -e /etc/init.d/xvfb start || echo No X11
   - sleep 3
 script:
-  - java -version
+  - $JAVA_HOME/bin/java -version
   - mvn install -DskipTests $ARGS
   - mvn verify $ARGS
 
 matrix:
   include:
     - os: linux
+      name: Linux JDK8
       dist: trusty
       jdk: openjdk8
       env:
@@ -44,11 +45,13 @@ matrix:
         - DIR=zulu8.40.0.25-ca-fx-jdk8.0.222-linux_x64
         - URL=https://cdn.azul.com/zulu/bin/$DIR.tar.gz
     - os: linux
+      name: Linux JDK11
       dist: trusty
       jdk: openjdk11
       env:
         - ARGS=-Dnone
     - os: osx
+      name: Mac JDK8
       osx_image: xcode9.3
       jdk: openjdk11
       env:


---------------------------------------------------------------------
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