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/10/09 00:50:34 UTC

[incubator-dubbo] branch 2.6.x updated: Removed jdk9 from .travis.yml. (#2609)

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

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


The following commit(s) were added to refs/heads/2.6.x by this push:
     new c4eb4e8  Removed jdk9 from .travis.yml. (#2609)
c4eb4e8 is described below

commit c4eb4e8ceb14965f2abd881b70ba6f1f994d3940
Author: cbolgiano <cb...@gmail.com>
AuthorDate: Mon Oct 8 20:50:29 2018 -0400

    Removed jdk9 from .travis.yml. (#2609)
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 5aaa1ba..a6c3dcc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: java
 sudo: false # faster builds
 
 jdk:
-    - oraclejdk9
     - oraclejdk8
     - openjdk7