Repository: incubator-hawq Updated Branches: refs/heads/master 3ee258ed1 -> 54a9af323
HAWQ-1508. Fix travis broken caused by libssl path Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/54a9af32 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/54a9af32 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/54a9af32 Branch: refs/heads/master Commit: 54a9af323de90e13a09609246e9a8a77a2b76046 Parents: 3ee258e Author: interma <[email protected]> Authored: Thu Jul 27 16:48:59 2017 +0800 Committer: rlei <[email protected]> Committed: Thu Jul 27 17:56:33 2017 +0800 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/54a9af32/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 79d8bdc..5b7131c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +52,7 @@ install: before_script: - mvn apache-rat:check + - export DEPENDENCY_INSTALL_PREFIX=/usr/local/opt/openssl - cd $TRAVIS_BUILD_DIR - ./configure
