Update '.drone.yml'

This commit is contained in:
buildbot 2018-06-30 07:05:44 +00:00
parent 078cca7a3c
commit ff7809ed2b
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ pipeline:
build:
image: golang
commands:
- echo "Fetching Deps"
- go list ./... | xargs go get
- go get -u github.com/golang/lint/golint
- go list ./... | xargs go vet