Update .drone.yml

This commit is contained in:
Brad Rydzewski
2018-06-13 13:34:33 -07:00
committed by GitHub
parent 301bdaab76
commit 00c697ed2d

View File

@@ -1,12 +1,6 @@
build: pipeline:
image: golang:1.5 build:
environment: image: golang:1.5
- GO15VENDOREXPERIMENT=1 commands:
- CGO_ENABLED=0 - go vet
commands: - go test -v -cover
- go test -cover -coverprofile coverage.out
publish:
coverage:
when:
branch: master