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 5B54B200CDA for ; Fri, 4 Aug 2017 19:03:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 59F5C16DE94; Fri, 4 Aug 2017 17:03:58 +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 CD37716DE93 for ; Fri, 4 Aug 2017 19:03:57 +0200 (CEST) Received: (qmail 18826 invoked by uid 500); 4 Aug 2017 17:03:57 -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 18775 invoked by uid 99); 4 Aug 2017 17:03:56 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Aug 2017 17:03:56 +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 747223A0366 for ; Fri, 4 Aug 2017 17:03:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1804142 - /commons/proper/vfs/trunk/.travis.yml Date: Fri, 04 Aug 2017 17:03:52 -0000 To: commits@commons.apache.org From: pascalschumacher@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170804170355.747223A0366@svn01-us-west.apache.org> archived-at: Fri, 04 Aug 2017 17:03:58 -0000 Author: pascalschumacher Date: Fri Aug 4 17:03:52 2017 New Revision: 1804142 URL: http://svn.apache.org/viewvc?rev=1804142&view=rev Log: add .travis.yml Added: commons/proper/vfs/trunk/.travis.yml Added: commons/proper/vfs/trunk/.travis.yml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/.travis.yml?rev=1804142&view=auto ============================================================================== --- commons/proper/vfs/trunk/.travis.yml (added) +++ commons/proper/vfs/trunk/.travis.yml Fri Aug 4 17:03:52 2017 @@ -0,0 +1,24 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +language: java +sudo: false + +jdk: + - openjdk7 + - oraclejdk8 + +after_success: + - mvn clean cobertura:cobertura coveralls:report