moonming commented on a change in pull request #1440: feature: support discovery center URL: https://github.com/apache/incubator-apisix/pull/1440#discussion_r408598715
########## File path: .travis/linux_openresty_runner.sh ########## @@ -102,6 +102,13 @@ do_install() { tar -xvf grpcurl-amd64.tar.gz mv grpcurl build-cache/ fi + + if [ ! -f "build-cache/eureka" ]; then + wget https://github.com/api7/eureka-for-test/releases/download/v1.9.8/eureka.tar.gz Review comment: Can we start an eureka inside travis? docker's is fine. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services