You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by mm...@apache.org on 2020/03/27 10:58:27 UTC

[syncope] branch SYNCOPE-163-1 updated: switch to openjdk

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

mmoayyed pushed a commit to branch SYNCOPE-163-1
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/SYNCOPE-163-1 by this push:
     new 774647b  switch to openjdk
774647b is described below

commit 774647b5441ff403a4d0641145bbaa6e85a358d1
Author: Misagh Moayyed <mm...@gmail.com>
AuthorDate: Fri Mar 27 15:28:09 2020 +0430

    switch to openjdk
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5718271..dafb2e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,12 +57,12 @@ jobs:
     - stage: test
       name: "Unit Tests via JDK 13"
       script: 
-      - jdk_switcher use oraclejdk13
+      - jdk_switcher use openjdk13
       - eval $TestCommand
     - stage: test
       name: "Unit Tests via JDK 14"
       script: 
-      - jdk_switcher use oraclejdk14
+      - jdk_switcher use openjdk14
       - eval $TestCommand
       ######################################################
     - stage: fit