You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by yi...@apache.org on 2019/03/12 12:45:24 UTC

[incubator-dubbo] branch master updated: add openjdk to travis (#3300)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bf3b423  add openjdk to travis (#3300)
bf3b423 is described below

commit bf3b423dc5635511000fbd2dcae1b955fbd87d67
Author: Xin Wang <xi...@gmail.com>
AuthorDate: Tue Mar 12 20:44:54 2019 +0800

    add openjdk to travis (#3300)
    
    * add openjdk to travis
    
    * add openjdk to travis
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index e3f3350..e3821cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,9 @@ language: java
 sudo: false # faster builds
 
 jdk:
+  - openjdk11
   - oraclejdk11
+  - openjdk8
   - oraclejdk8
 
 cache: