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 B37FF200D01 for ; Fri, 22 Sep 2017 17:06:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B1D981609BE; Fri, 22 Sep 2017 15:06:57 +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 274721609A7 for ; Fri, 22 Sep 2017 17:06:57 +0200 (CEST) Received: (qmail 64152 invoked by uid 500); 22 Sep 2017 15:06:56 -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 64139 invoked by uid 99); 22 Sep 2017 15:06:56 -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; Fri, 22 Sep 2017 15:06:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 29353F32C3; Fri, 22 Sep 2017 15:06:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chtompki@apache.org To: commits@commons.apache.org Date: Fri, 22 Sep 2017 15:06:56 -0000 Message-Id: <935de638a2084593a016736d54cdc835@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] commons-cli git commit: .travis.yml: install open-jdk6, as it was removed from the default image archived-at: Fri, 22 Sep 2017 15:06:57 -0000 Repository: commons-cli Updated Branches: refs/heads/master 61ed8faec -> 282bdb621 .travis.yml: install open-jdk6, as it was removed from the default image (see https://github.com/travis-ci/travis-ci/issues/8199) Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/9bdb3dbe Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/9bdb3dbe Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/9bdb3dbe Branch: refs/heads/master Commit: 9bdb3dbe184a8a481bf6e8b26167e462c29f4ad8 Parents: 61ed8fa Author: Pascal Schumacher Authored: Thu Sep 21 21:06:48 2017 +0200 Committer: Pascal Schumacher Committed: Thu Sep 21 21:06:48 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-cli/blob/9bdb3dbe/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index f9d9265..9c54708 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,11 @@ language: java sudo: false +addons: + apt: + packages: + - openjdk-6-jdk + jdk: - openjdk6 - openjdk7