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 C2B69200CD3 for ; Fri, 28 Jul 2017 17:42:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C112816B15E; Fri, 28 Jul 2017 15:42:56 +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 133EA16B15D for ; Fri, 28 Jul 2017 17:42:55 +0200 (CEST) Received: (qmail 90946 invoked by uid 500); 28 Jul 2017 15:42:55 -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 90937 invoked by uid 99); 28 Jul 2017 15:42:55 -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, 28 Jul 2017 15:42:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1762EE024D; Fri, 28 Jul 2017 15:42:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pascalschumacher@apache.org To: commits@commons.apache.org Message-Id: <8fa888404f2f4b8494fad1e553ef357a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: commons-dbcp git commit: add .travis.yml Date: Fri, 28 Jul 2017 15:42:55 +0000 (UTC) archived-at: Fri, 28 Jul 2017 15:42:56 -0000 Repository: commons-dbcp Updated Branches: refs/heads/master 784fb496a -> 56deeaf5c add .travis.yml Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/56deeaf5 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/56deeaf5 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/56deeaf5 Branch: refs/heads/master Commit: 56deeaf5ccbbee5081dbcce374685f4399d71bd5 Parents: 784fb49 Author: Pascal Schumacher Authored: Fri Jul 28 17:42:44 2017 +0200 Committer: Pascal Schumacher Committed: Fri Jul 28 17:42:44 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/56deeaf5/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a626b6d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,21 @@ +# 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 \ No newline at end of file