Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9819D1824D for ; Fri, 22 May 2015 19:45:24 +0000 (UTC) Received: (qmail 81922 invoked by uid 500); 22 May 2015 19:45:24 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 81835 invoked by uid 500); 22 May 2015 19:45:24 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 81794 invoked by uid 99); 22 May 2015 19:45:24 -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 May 2015 19:45:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4D915DFF16; Fri, 22 May 2015 19:45:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aconway@apache.org To: commits@qpid.apache.org Date: Fri, 22 May 2015 19:45:27 -0000 Message-Id: <9294d1c8f89443c0a56a2554e24b6c39@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [04/24] qpid-proton git commit: Add valgrind to travis yml Add valgrind to travis yml Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/c476cdb9 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/c476cdb9 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/c476cdb9 Branch: refs/heads/go1 Commit: c476cdb98a27b8332dfe45d10352dfd6c34f3343 Parents: 96fdc65 Author: Dominic Evans Authored: Wed May 13 13:58:14 2015 +0100 Committer: Dominic Evans Committed: Wed May 13 13:58:14 2015 +0100 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/c476cdb9/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 8104aa9..8d12bc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: c install: - sudo apt-get update -qq - - sudo apt-get install -y -qq bash cmake libssl-dev maven ruby python php5 openjdk-7-jdk swig uuid-dev + - sudo apt-get install -y -qq bash cmake libssl-dev maven ruby python php5 openjdk-7-jdk swig uuid-dev valgrind script: - bin/jenkins-proton-c-build.sh --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org