Return-Path: X-Original-To: apmail-jackrabbit-oak-commits-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-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 7B79FDEB1 for ; Thu, 23 May 2013 11:58:34 +0000 (UTC) Received: (qmail 36343 invoked by uid 500); 23 May 2013 11:58:34 -0000 Delivered-To: apmail-jackrabbit-oak-commits-archive@jackrabbit.apache.org Received: (qmail 36286 invoked by uid 500); 23 May 2013 11:58:33 -0000 Mailing-List: contact oak-commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-commits@jackrabbit.apache.org Received: (qmail 36256 invoked by uid 99); 23 May 2013 11:58:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 May 2013 11:58:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 May 2013 11:58:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9517723888E7; Thu, 23 May 2013 11:58:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1485656 - /jackrabbit/oak/trunk/.travis.yml Date: Thu, 23 May 2013 11:58:11 -0000 To: oak-commits@jackrabbit.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130523115811.9517723888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jukka Date: Thu May 23 11:58:11 2013 New Revision: 1485656 URL: http://svn.apache.org/r1485656 Log: travis: Switch to Oracle's JDK 7 to avoid the crashes we're seeing with OpenJDK Modified: jackrabbit/oak/trunk/.travis.yml Modified: jackrabbit/oak/trunk/.travis.yml URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/.travis.yml?rev=1485656&r1=1485655&r2=1485656&view=diff ============================================================================== --- jackrabbit/oak/trunk/.travis.yml (original) +++ jackrabbit/oak/trunk/.travis.yml Thu May 23 11:58:11 2013 @@ -17,7 +17,7 @@ install: true script: mvn verify -Ppedantic,integrationTesting language: java jdk: - - openjdk6 + - oraclejdk7 notifications: email: false webhooks: