You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by es...@apache.org on 2016/09/21 07:02:40 UTC

[2/2] incubator-hawq git commit: HAWQ-1062. Install JSON for travis builds.

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/dd332914
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/dd332914
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/dd332914

Branch: refs/heads/2.0.0.0-incubating
Commit: dd3329147103827235eb5ec745943009306493eb
Parents: 6e8933e
Author: Ed Espino <es...@apache.org>
Authored: Tue Sep 20 15:19:51 2016 -0700
Committer: Ed Espino <es...@apache.org>
Committed: Tue Sep 20 15:19:51 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/dd332914/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7e7c2aa..4891e2f 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 paramiko
+  - sudo cpanm install JSON
 
 before_script:
   - cd $TRAVIS_BUILD_DIR