This is an automated email from the ASF dual-hosted git repository.

huijun pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9e0578a  Update .travis.yml
9e0578a is described below

commit 9e0578aa2d59c22cb498d44115bab9fb8e95171f
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:

Reply via email to