houshengbo commented on a change in pull request #201: Run Godep tool for build
URL: 
https://github.com/apache/incubator-openwhisk-cli/pull/201#discussion_r162772139
 
 

 ##########
 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:
   No need to add this line here. As you see in test_openwhisk.sh, we run make 
build, so the dependecy deps runs as well. All the godep dependencies are 
installed by  "go get -d -t ./..." .
   

----------------------------------------------------------------
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

Reply via email to