You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2021/08/20 18:58:33 UTC

[incubator-heron] 02/02: Update .travis.yml

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 <hu...@users.noreply.github.com>
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: