This is an automated email from the ASF dual-hosted git repository. jtulach pushed a commit to branch UpdatingTravis in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git
commit e04bd416c00b24675f0473f40f1e998e9f5bfee0 Author: Jaroslav Tulach <[email protected]> AuthorDate: Sun Sep 29 22:25:49 2019 +0200 Run the JDK8 build also on Mac OS X --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5a74a84..1c6ec55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,13 @@ matrix: - 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 + - os: osx + osx_image: xcode9.3 +# jdk: openjdk8 + env: + - ARGS=-Dnone + - DIR=zulu8.40.0.25-ca-fx-jdk8.0.222-macosx_x64 + - URL=https://cdn.azul.com/zulu/bin/zulu8.40.0.25-ca-fx-jdk8.0.222-macosx_x64.tar.gz - os: linux dist: trusty jdk: openjdk11 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
