[Jython-checkins] jython: Travic CI: add openjdk12

jeff.allen jython-checkins at python.org
Sat Aug 3 07:00:41 EDT 2019


https://hg.python.org/jython/rev/c580d90273d7
changeset:   8270:c580d90273d7
user:        Jeff Allen <ja.py at farowl.co.uk>
date:        Sat Aug 03 08:34:16 2019 +0100
summary:
  Travic CI: add openjdk12

files:
  .travis.yml |  8 ++++++++
  1 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/.travis.yml b/.travis.yml
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,14 @@
             - ant
       jdk: openjdk11
 
+    - os: linux
+      dist: xenial
+      addons:
+        apt:
+          packages:
+            - ant
+      jdk: openjdk12
+
     - os: osx
       osx_image: xcode9.3 # Last supporting Java 8
       jdk: oraclejdk8

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list