This is an automated email from the ASF dual-hosted git repository. nicknezis pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit fd93952a6b70e457855edac153d05848fe558e0e Author: bed debug <[email protected]> AuthorDate: Fri Nov 13 12:46:25 2020 -0800 Update .travis.yml change to oraclejdk11. it failed the travis-ci https://travis-ci.com/github/apache/incubator-heron/branches --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d9aafc7..a0b2807 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ sudo: required language: java jdk: - - oraclejdk8 + - oraclejdk11 addons: apt:
