This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.2.13-release
in repository https://gitbox.apache.org/repos/asf/dubbo-hessian-lite.git
The following commit(s) were added to refs/heads/3.2.13-release by this push:
new 9801af87 remove travis jdk
9801af87 is described below
commit 9801af875040ca357df256a8790398b7505d91b5
Author: Albumen Kevin <[email protected]>
AuthorDate: Sat Aug 27 15:53:27 2022 +0800
remove travis jdk
---
.travis.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 1790f51d..abec7f93 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,6 @@ sudo: false # faster builds
jdk:
- openjdk11
- - openjdk10
- - openjdk9
- openjdk8
# - openjdk7