You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by je...@apache.org on 2018/09/26 03:40:09 UTC

[incubator-dubbo] branch master updated: rm java 9 and 10 on travis (#2559)

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

jerrick 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 755bbf9  rm java 9 and 10 on travis (#2559)
755bbf9 is described below

commit 755bbf92741d4fcfed52bf314a5971a53c46b00c
Author: Jerrick Zhu <di...@gmail.com>
AuthorDate: Wed Sep 26 11:40:00 2018 +0800

    rm java 9 and 10 on travis (#2559)
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f1a1bf5..3230677 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,6 @@ sudo: false # faster builds
 
 jdk:
   - oraclejdk11
-  - oraclejdk10
-  - oraclejdk9
   - oraclejdk8
 
 cache: