improve drone

This commit is contained in:
Lunny Xiao 2019-11-12 20:54:19 +08:00
parent 327bd9785e
commit 92cb037986
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ steps:
pull: default
image: golang:1.10
commands:
- go get -t -d -v ./...
- go get -u -v
- go build -v
when:
event: