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
The following commit(s) were added to refs/heads/UpdatingTravis by this push:
new ab6dd14 Run the JDK8 build also on Mac OS X
ab6dd14 is described below
commit ab6dd1444311cbfd6c4da42eb1433bf7395cb266
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..ec4fff7 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