Repository: incubator-hawq Updated Branches: refs/heads/master 0034834c5 -> 89c82fa7c
HAWQ-1150. Fix Travis build issue (brona/iproute2mac). * Remove the "brew tap brona/iproute2mac" command as an update to "brew" has revealed an issue with the "tap". We will be able to install the component (iproute2mac) directory from the main repository. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/89c82fa7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/89c82fa7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/89c82fa7 Branch: refs/heads/master Commit: 89c82fa7c7fa8dc37593cebd429fa7c44954e6b9 Parents: 0034834 Author: Ed Espino <[email protected]> Authored: Wed Nov 9 17:06:26 2016 +0800 Committer: Ed Espino <[email protected]> Committed: Wed Nov 9 17:06:26 2016 +0800 ---------------------------------------------------------------------- .travis.yml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/89c82fa7/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index d671291..cd3d3e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,6 @@ install: - brew outdated json-c || brew upgrade json-c - brew outdated boost || brew upgrade boost - brew outdated maven || brew upgrade maven - - brew tap brona/iproute2mac - brew install iproute2mac - sudo pip install pycrypto - sudo cpanm install JSON
