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 284DD200C17 for ; Fri, 10 Feb 2017 23:57:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 26E65160B5C; Fri, 10 Feb 2017 22:57: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 96910160B4E for ; Fri, 10 Feb 2017 23:57:56 +0100 (CET) Received: (qmail 55548 invoked by uid 500); 10 Feb 2017 22:57:55 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 55538 invoked by uid 99); 10 Feb 2017 22:57: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, 10 Feb 2017 22:57:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9E151DFBE6; Fri, 10 Feb 2017 22:57:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rlenferink@apache.org To: commits@celix.apache.org Message-Id: <8673bb763c3f48759f7ca4925e9bfeff@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: celix git commit: Test committer access Date: Fri, 10 Feb 2017 22:57:55 +0000 (UTC) archived-at: Fri, 10 Feb 2017 22:57:57 -0000 Repository: celix Updated Branches: refs/heads/develop 8b162503f -> a9e369774 Test committer access Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/a9e36977 Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/a9e36977 Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/a9e36977 Branch: refs/heads/develop Commit: a9e369774b2a129d23f982103df841bfa9dc965e Parents: 8b16250 Author: Roy Lenferink Authored: Fri Feb 10 23:56:58 2017 +0100 Committer: Roy Lenferink Committed: Fri Feb 10 23:56:58 2017 +0100 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/a9e36977/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 5527cea..cbbe2e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -112,3 +112,4 @@ after_success: if [ $(( $TRAVIS_BUILD_NUMBER % 5 )) -eq 0 -o ${COVERITY_SCAN_ALWAYS_ON} = "y" ]; then make clean & eval "$COVERITY_SCAN_BUILD"; fi fi; +