You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by mi...@apache.org on 2019/06/27 08:12:39 UTC

[dubbo-admin] branch develop updated: change jdk version

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

min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3a2ffaf  change jdk version
3a2ffaf is described below

commit 3a2ffafa01a487b34499853618ef56ce5a168439
Author: nzomkxia <z8...@gmail.com>
AuthorDate: Thu Jun 27 16:13:02 2019 +0800

    change jdk version
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ddf182d..76ad517 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,8 @@ language: java
 sudo: false # faster builds
 
 jdk:
-    - oraclejdk8
-    - oraclejdk11
+    - openjdk8
+    - openjdk11
 
 cache:
   directories: