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 13:15:24 UTC

[syncope] branch master updated: Removing Travis CI's OpenJDK 15-EA from the matrix, as we need OpenJDK 14-EA instead

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 fd2dd4a  Removing Travis CI's OpenJDK 15-EA from the matrix, as we need OpenJDK 14-EA instead
fd2dd4a is described below

commit fd2dd4a0723a34dd4d1a76245addd4c52f23d5ff
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Dec 19 14:15:08 2019 +0100

    Removing Travis CI's OpenJDK 15-EA from the matrix, as we need OpenJDK 14-EA instead
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

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