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

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


The following commit(s) were added to refs/heads/master by this push:
     new 87c7887  try to fix travis javax.ex dependency issue
87c7887 is described below

commit 87c78878c639cfd0b055ed370d9daa4f4d9b1373
Author: ken.lj <[email protected]>
AuthorDate: Wed Sep 18 17:56:50 2019 +0800

    try to fix travis javax.ex dependency issue
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 52b86da..a4bac41 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ sudo: false # faster builds
 
 jdk:
   - openjdk11
-  - oraclejdk8
+  - openjdk8
 
 cache:
   directories:

Reply via email to