Skip to content

Commit

Permalink
HAWQ-1508. fix travis broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Weinan Wang authored and interma committed May 31, 2018
1 parent fd3def2 commit 2b4a08e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,15 @@ install:
protobuf-c
thrift
- brew outdated libyaml || brew upgrade libyaml
- brew outdated json-c || brew upgrade json-c
- git clone https://github.com/json-c/json-c.git
- pushd json-c
- git reset --hard json-c-0.12.1-20160607
- sh autogen.sh
- ./configure
- make
- make install
- popd
- rm -rf ./json-c
- brew uninstall boost --ignore-dependencies
- brew install homebrew/core/[email protected]
- brew link [email protected] --force
Expand Down

0 comments on commit 2b4a08e

Please sign in to comment.