dubeejw commented on a change in pull request #201: Run Godep tool for build URL: https://github.com/apache/incubator-openwhisk-cli/pull/201#discussion_r162770800
########## File path: .travis.yml ########## @@ -48,6 +49,7 @@ before_deploy: - go get github.com/mattn/go-isatty - export build_file_name=wsk - export zip_file_name=OpenWhisk_CLI + - ./bin/godep restore -v Review comment: We want to distribute binaries that are actually tested. Rebuild the binaries with the wrong dependencies (not using Godeps) and not testing those binaries is not good. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
