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

[incubator-dubbo] branch revert-3300-add_openjdk_to_travis created (now 3aa712a)

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

wangxin pushed a change to branch revert-3300-add_openjdk_to_travis
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git.


      at 3aa712a  Revert "add openjdk to travis (#3300)"

This branch includes the following new commits:

     new 3aa712a  Revert "add openjdk to travis (#3300)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-dubbo] 01/01: Revert "add openjdk to travis (#3300)"

Posted by wa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wangxin pushed a commit to branch revert-3300-add_openjdk_to_travis
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git

commit 3aa712ac155a329b502b778ab31a3d06b7115066
Author: Xin Wang <xi...@gmail.com>
AuthorDate: Tue Mar 12 22:28:59 2019 +0800

    Revert "add openjdk to travis (#3300)"
    
    This reverts commit bf3b423dc5635511000fbd2dcae1b955fbd87d67.
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

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