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 <[email protected]> Authored: Tue Sep 20 15:19:51 2016 -0700 Committer: Ed Espino <[email protected]> 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
