onitake commented on a change in pull request #30: URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/30#discussion_r623466535
########## File path: .travis.yml ########## @@ -4,4 +4,7 @@ go: - 1.13 - master -script: make test +services: + - docker + +script: make docker Review comment: The correct wait to run both tests and a release build in Travis is to use build stages: https://docs.travis-ci.com/user/build-stages/ -- 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