Compare commits

...

1 Commits

Author SHA1 Message Date
buildbot ff7809ed2b Update '.drone.yml' 2018-06-30 07:05:44 +00:00
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