[Jython-checkins] jython: Add a Java 8 linux build targets on Travis

darjus.loktevic jython-checkins at python.org
Tue May 16 16:13:45 EDT 2017


https://hg.python.org/jython/rev/425b612a86cf
changeset:   8079:425b612a86cf
user:        James Mudd <james.mudd at gmail.com>
date:        Tue May 16 13:13:38 2017 -0700
summary:
  Add a Java 8 linux build targets on Travis

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


diff --git a/.travis.yml b/.travis.yml
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,7 @@
     - CUSTOM_JDK="default"
     - CUSTOM_JDK="oraclejdk7"
     - CUSTOM_JDK="openjdk7"
+    - CUSTOM_JDK="oraclejdk8"
 
 matrix:
   exclude:
@@ -24,6 +25,8 @@
        env: CUSTOM_JDK="oraclejdk7"
      - os: osx
        env: CUSTOM_JDK="openjdk7"
+     - os: osx
+       env: CUSTOM_JDK="oraclejdk8"
      # On Linux, run with specific JDKs only.
      - os: linux
        env: CUSTOM_JDK="default"

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


More information about the Jython-checkins mailing list