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
commit f2e74baf98c48fa258874d21681b47a645514e3a Author: Jaroslav Tulach <jaroslav.tul...@apidesign.org> AuthorDate: Tue Mar 3 06:07:10 2020 +0100 Using Zulu JDK8 222 on Linux and Mac --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a74a84..e798af4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ matrix: env: - ARGS=-Dnone - DIR=zulu8.40.0.25-ca-fx-jdk8.0.222-linux_x64 - - URL=https://cdn.azul.com/zulu/bin/zulu8.40.0.25-ca-fx-jdk8.0.222-linux_x64.tar.gz + - URL=https://cdn.azul.com/zulu/bin/$DIR.tar.gz - os: linux dist: trusty jdk: openjdk11 @@ -53,4 +53,6 @@ matrix: jdk: openjdk11 env: - ARGS=-Dnone + - DIR=zulu8.40.0.25-ca-fx-jdk8.0.222-macosx_x64 + - URL=https://cdn.azul.com/zulu/bin/$DIR.tar.gz --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists