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 15475200D17 for ; Sun, 8 Oct 2017 12:05:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 13A281609E6; Sun, 8 Oct 2017 10:05:28 +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 515821609CB for ; Sun, 8 Oct 2017 12:05:27 +0200 (CEST) Received: (qmail 57160 invoked by uid 500); 8 Oct 2017 10:05:26 -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 57151 invoked by uid 99); 8 Oct 2017 10:05:26 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Oct 2017 10:05:26 +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 9EBE53A0251 for ; Sun, 8 Oct 2017 10:05:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1811463 - /commons/proper/validator/trunk/.travis.yml Date: Sun, 08 Oct 2017 10:05:25 -0000 To: commits@commons.apache.org From: pascalschumacher@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171008100525.9EBE53A0251@svn01-us-west.apache.org> archived-at: Sun, 08 Oct 2017 10:05:28 -0000 Author: pascalschumacher Date: Sun Oct 8 10:05:25 2017 New Revision: 1811463 URL: http://svn.apache.org/viewvc?rev=1811463&view=rev Log: fix java 6 build on travis by using precise distribution Modified: commons/proper/validator/trunk/.travis.yml Modified: commons/proper/validator/trunk/.travis.yml URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/.travis.yml?rev=1811463&r1=1811462&r2=1811463&view=diff ============================================================================== --- commons/proper/validator/trunk/.travis.yml (original) +++ commons/proper/validator/trunk/.travis.yml Sun Oct 8 10:05:25 2017 @@ -16,6 +16,8 @@ language: java sudo: false +dist: precise + jdk: - openjdk6 - openjdk7