Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 16BF2200CD5 for ; Sun, 30 Jul 2017 10:48:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1542C164758; Sun, 30 Jul 2017 08:48:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 53F23164757 for ; Sun, 30 Jul 2017 10:48:43 +0200 (CEST) Received: (qmail 99464 invoked by uid 500); 30 Jul 2017 08:48:42 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 99455 invoked by uid 99); 30 Jul 2017 08:48:42 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Jul 2017 08:48:42 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 6BDA63A0560 for ; Sun, 30 Jul 2017 08:48:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1803407 - /commons/proper/beanutils/trunk/.travis.yml Date: Sun, 30 Jul 2017 08:48:39 -0000 To: commits@commons.apache.org From: pascalschumacher@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170730084841.6BDA63A0560@svn01-us-west.apache.org> archived-at: Sun, 30 Jul 2017 08:48:44 -0000 Author: pascalschumacher Date: Sun Jul 30 08:48:39 2017 New Revision: 1803407 URL: http://svn.apache.org/viewvc?rev=1803407&view=rev Log: .travis.yml: remove oraclejdk7 (no longer available) and add openjdk6 Modified: commons/proper/beanutils/trunk/.travis.yml Modified: commons/proper/beanutils/trunk/.travis.yml URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/.travis.yml?rev=1803407&r1=1803406&r2=1803407&view=diff ============================================================================== --- commons/proper/beanutils/trunk/.travis.yml (original) +++ commons/proper/beanutils/trunk/.travis.yml Sun Jul 30 08:48:39 2017 @@ -17,8 +17,8 @@ language: java sudo: false jdk: + - openjdk6 - openjdk7 - - oraclejdk7 - oraclejdk8 after_success: