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/incubator-dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push:
new 2920bd7 add jdk11 to travis (#47)
2920bd7 is described below
commit 2920bd7466e7c2c7f1f18fd780df79da1c6b33ac
Author: Xin Wang <[email protected]>
AuthorDate: Fri Dec 28 15:29:16 2018 +0800
add jdk11 to travis (#47)
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index 085678d..2d74b60 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: java
sudo: false # faster builds
jdk:
+ - oraclejdk11
- oraclejdk8
install: true