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

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


The following commit(s) were added to refs/heads/develop by this push:
     new f12ac60  update jdk for ci
f12ac60 is described below

commit f12ac60bdd6f40f23614f490f03e82be9a38ad6e
Author: kimmking <[email protected]>
AuthorDate: Sun Oct 21 23:25:23 2018 +0800

    update jdk for ci
    
    update jdk for ci
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7803986..9e558eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,7 @@ language: java
 sudo: false # faster builds
 
 jdk:
-    - oraclejdk10
-    - oraclejdk9
+    - oraclejdk11
     - oraclejdk8
 script:
     - travis_wait 30 mvn clean package

Reply via email to