Verbose go get output

This commit is contained in:
Emir Beganovic 2019-04-14 12:23:26 +04:00
parent b4927348ae
commit b923e78e81
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ build:
code: |
cd $WERCKER_SOURCE_DIR
go version
go get -t ./...
go get -t -v ./...
# Build the project
- script: