You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/12/19 12:36:30 UTC

[syncope] branch master updated: Adding OpenJDK 13 and OpenJDK 14-EA to Travis CI matrix

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a39237  Adding OpenJDK 13 and OpenJDK 14-EA to Travis CI matrix
3a39237 is described below

commit 3a39237867454eec817d246eaa224b725c0ac06e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Dec 19 13:36:18 2019 +0100

    Adding OpenJDK 13 and OpenJDK 14-EA to Travis CI matrix
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index fa55c54..7dd8e59 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,8 @@ sudo: false
 language: java
 jdk:
   - openjdk11
+  - openjdk13
+  - openjdk-ea
 cache:
   bundler: false
   cargo: false