Return-Path: X-Original-To: apmail-flink-commits-archive@minotaur.apache.org Delivered-To: apmail-flink-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC14C181E9 for ; Thu, 6 Aug 2015 14:23:31 +0000 (UTC) Received: (qmail 24656 invoked by uid 500); 6 Aug 2015 14:23:31 -0000 Delivered-To: apmail-flink-commits-archive@flink.apache.org Received: (qmail 24568 invoked by uid 500); 6 Aug 2015 14:23:31 -0000 Mailing-List: contact commits-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list commits@flink.apache.org Received: (qmail 24551 invoked by uid 99); 6 Aug 2015 14:23:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2015 14:23:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AA5E1E6B7F; Thu, 6 Aug 2015 14:23:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sewen@apache.org To: commits@flink.apache.org Date: Thu, 06 Aug 2015 14:23:32 -0000 Message-Id: <6964d4ca4ca04a7589dd6fc79cd33525@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] flink git commit: [FLINK-2454] [buikd] Update Travis to drop JDK6 for tests [FLINK-2454] [buikd] Update Travis to drop JDK6 for tests Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/249fa2bc Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/249fa2bc Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/249fa2bc Branch: refs/heads/master Commit: 249fa2bcdfc72bd6ce134ccdcb3921547af02752 Parents: 925ac1f Author: Stephan Ewen Authored: Thu Aug 6 14:52:39 2015 +0200 Committer: Stephan Ewen Committed: Thu Aug 6 14:53:30 2015 +0200 ---------------------------------------------------------------------- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/249fa2bc/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 77406f6..792afb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,13 +14,13 @@ language: java #See https://issues.apache.org/jira/browse/FLINK-1072 matrix: include: - - jdk: "oraclejdk7" + - jdk: "openjdk7" env: PROFILE="-Dhadoop.profile=1 -Dscala-2.11" - - jdk: "openjdk6" # this will also deploy a uberjar to s3 at some point + - jdk: "oraclejdk7" # this will also deploy a uberjar to s3 at some point env: PROFILE="-Dhadoop.profile=1" - jdk: "openjdk7" env: PROFILE="-P!include-yarn -Dhadoop.version=2.0.0-alpha" - - jdk: "openjdk6" # we must use openjdk6 here to deploy a java6 compatible uber-jar for YARN + - jdk: "oraclejdk7" env: PROFILE="-Dhadoop.version=2.2.0" - jdk: "oraclejdk8" env: PROFILE="-Dhadoop.version=2.6.0 -Dscala-2.11 -Pinclude-tez -Dmaven.javadoc.skip=true"