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

2019-08-17 Thread wangxin
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 f990b96  Update .travis.yml
f990b96 is described below

commit f990b96f517a444a0cbf11eeaf20573e8770fdb0
Author: Xin Wang 
AuthorDate: Sat Aug 17 16:29:27 2019 +0800

Update .travis.yml
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 9ea7035..1790f51 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ jdk:
 - openjdk10
 - openjdk9
 - openjdk8
-- openjdk7
+   #   - openjdk7
 
 script:
 - mvn clean package



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

2019-08-17 Thread wangxin
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 fe80eda57723859e527fee68da666afb5807
Author: Xin Wang 
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)