membphis commented on a change in pull request #1260: [WIP] Kafka Logger. URL: https://github.com/apache/incubator-apisix/pull/1260#discussion_r395395615
########## File path: .travis.yml ########## @@ -56,6 +56,13 @@ before_cache: - brew cleanup before_install: + - docker pull bitnami/zookeeper:3.6.0 Review comment: We should install dependencies in specific scripts, eg: https://github.com/apache/incubator-apisix/blob/master/.travis/linux_openresty_runner.sh#L35 It may be a little between different os, eg: Linux and OSX. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
