From commits-return-432-archive-asf-public=cust-asf.ponee.io@myriad.incubator.apache.org Mon Aug 26 12:27:16 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id C2810180645 for ; Mon, 26 Aug 2019 14:27:15 +0200 (CEST) Received: (qmail 80463 invoked by uid 500); 26 Aug 2019 12:27:15 -0000 Mailing-List: contact commits-help@myriad.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@myriad.incubator.apache.org Delivered-To: mailing list commits@myriad.incubator.apache.org Received: (qmail 80454 invoked by uid 99); 26 Aug 2019 12:27:15 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2019 12:27:15 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 24CD485FDF; Mon, 26 Aug 2019 12:27:15 +0000 (UTC) Date: Mon, 26 Aug 2019 12:27:15 +0000 To: "commits@myriad.apache.org" Subject: [incubator-myriad] branch master updated: MYRIAD-312 Fix JDK on Travis build (#141) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156682243507.22799.4797025581224412338@gitbox.apache.org> From: javiroman@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-myriad X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0618a7415003c6aff92f3f962bdf389cfbbbf4f7 X-Git-Newrev: 9bd85f6d3c80cb7424c5886b872e2fe67d870bfa X-Git-Rev: 9bd85f6d3c80cb7424c5886b872e2fe67d870bfa X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. javiroman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-myriad.git The following commit(s) were added to refs/heads/master by this push: new 9bd85f6 MYRIAD-312 Fix JDK on Travis build (#141) 9bd85f6 is described below commit 9bd85f6d3c80cb7424c5886b872e2fe67d870bfa Author: OscarFM AuthorDate: Mon Aug 26 14:27:10 2019 +0200 MYRIAD-312 Fix JDK on Travis build (#141) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 267aa3d..b92c761 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: java jdk: - - oraclejdk8 + - openjdk11 script: - TERM=dumb ./gradlew build