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 6BDA6200B89 for ; Wed, 21 Sep 2016 09:55:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6A7BF160ACF; Wed, 21 Sep 2016 07:55:31 +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 A86EE160ADB for ; Wed, 21 Sep 2016 09:55:30 +0200 (CEST) Received: (qmail 64731 invoked by uid 500); 21 Sep 2016 07:55:29 -0000 Mailing-List: contact commits-help@hawq.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hawq.incubator.apache.org Delivered-To: mailing list commits@hawq.incubator.apache.org Received: (qmail 64721 invoked by uid 99); 21 Sep 2016 07:55:29 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Sep 2016 07:55:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 734E51A727E for ; Wed, 21 Sep 2016 07:55:29 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 3e-j03namXMM for ; Wed, 21 Sep 2016 07:55:24 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id C71585FE36 for ; Wed, 21 Sep 2016 07:55:23 +0000 (UTC) Received: (qmail 64592 invoked by uid 99); 21 Sep 2016 07:55:23 -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; Wed, 21 Sep 2016 07:55:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C9E11E00C4; Wed, 21 Sep 2016 07:55:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: espino@apache.org To: commits@hawq.incubator.apache.org Date: Wed, 21 Sep 2016 07:55:23 -0000 Message-Id: <0edd59d706544a2ca61375d09e25a30c@git.apache.org> In-Reply-To: <8c7bfab9ba82428988224cf211dfe59e@git.apache.org> References: <8c7bfab9ba82428988224cf211dfe59e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-hawq git commit: HAWQ-1062. Install JSON for travis builds. archived-at: Wed, 21 Sep 2016 07:55:31 -0000 HAWQ-1062. Install JSON for travis builds. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/cf041ae0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/cf041ae0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/cf041ae0 Branch: refs/heads/master Commit: cf041ae07522992d580939b8dd0bca5972d332f1 Parents: 1de45ef Author: Ed Espino Authored: Tue Sep 20 15:19:51 2016 -0700 Committer: Ed Espino Committed: Wed Sep 21 00:54:12 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/cf041ae0/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index f6623a4..4006f1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ install: libevent python bison + cpanm - brew outdated libyaml || brew upgrade libyaml - brew outdated json-c || brew upgrade json-c - brew outdated boost || brew upgrade boost @@ -28,6 +29,7 @@ install: - brew tap brona/iproute2mac - brew install iproute2mac - sudo pip install pycrypto + - sudo cpanm install JSON before_script: - cd $TRAVIS_BUILD_DIR