This is an automated email from the ASF dual-hosted git repository. adriancole pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-api.git
The following commit(s) were added to refs/heads/master by this push: new 35df8cb moves to openjdk11 35df8cb is described below commit 35df8cb7a212fc4c443741af81aac28e673428da Author: Adrian Cole <ac...@pivotal.io> AuthorDate: Thu Jun 13 17:04:33 2019 +0800 moves to openjdk11 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5d1d90d..c32083c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ cache: language: java -jdk: oraclejdk8 +jdk: openjdk11 before_install: # allocate commits to CI, not the owner of the deploy key