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/08/17 08:11:15 UTC

[dubbo-hessian-lite] branch master updated: Update .travis.yml

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fe80eda  Update .travis.yml
fe80eda is described below

commit fe80eda57723859e527fee68da666afb580cccc7
Author: Xin Wang <xi...@gmail.com>
AuthorDate: Sat Aug 17 16:11:12 2019 +0800

    Update .travis.yml
---
 .travis.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4d36f7e..9ea7035 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,14 +2,14 @@ language: java
 sudo: false # faster builds
 
 jdk:
-    - oraclejdk11
+    - openjdk11
     - openjdk10
-    - oraclejdk9
-    - oraclejdk8
+    - openjdk9
+    - openjdk8
     - openjdk7
 
 script:
     - mvn clean package
 
 after_success:
-    - bash <(curl -s https://codecov.io/bash)
\ No newline at end of file
+    - bash <(curl -s https://codecov.io/bash)