Repository: incubator-hawq Updated Branches: refs/heads/master 08ff1580c -> 9c0e403c9
HAWQ-1090. Fixed Mac travis building env Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/9c0e403c Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/9c0e403c Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/9c0e403c Branch: refs/heads/master Commit: 9c0e403c98df515d6384503bc1d8a1b0f5bf9c68 Parents: 08ff158 Author: Ming LI <[email protected]> Authored: Wed Oct 12 12:19:40 2016 +0800 Committer: Ming LI <[email protected]> Committed: Wed Oct 12 12:19:40 2016 +0800 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/9c0e403c/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 4006f1b..d671291 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,9 @@ install: ccache snappy libevent - python bison cpanm + - brew reinstall python - brew outdated libyaml || brew upgrade libyaml - brew outdated json-c || brew upgrade json-c - brew outdated boost || brew upgrade boost
