Repository: incubator-hawq Updated Branches: refs/heads/master c7b3c626f -> f5033eaa3
HAWQ-1343. - Install pip and minor formatting change. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/f5033eaa Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/f5033eaa Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/f5033eaa Branch: refs/heads/master Commit: f5033eaa3c7c1d9f85bbcc56e9d921d96337831a Parents: c7b3c62 Author: Ed Espino <[email protected]> Authored: Fri Feb 17 07:50:00 2017 -0800 Committer: Ed Espino <[email protected]> Committed: Sat Feb 18 14:31:09 2017 -0800 ---------------------------------------------------------------------- .travis.yml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/f5033eaa/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index b38852d..79d8bdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,24 +27,26 @@ before_install: install: - brew reinstall - Gsasl - bison - ccache - cpanm - libevent - maven - openssl - protobuf - protobuf-c - python - snappy - thrift + Gsasl + bison + ccache + cpanm + libevent + maven + openssl + python + snappy + - brew reinstall + protobuf + protobuf-c + thrift - brew outdated libyaml || brew upgrade libyaml - brew outdated json-c || brew upgrade json-c - brew outdated boost || brew upgrade boost - brew outdated maven || brew upgrade maven - brew install iproute2mac - brew list --versions + - sudo easy_install pip - sudo pip install pycrypto - sudo cpanm install JSON
