fix env
Some checks failed
the build failed

This commit is contained in:
ston1th 2018-12-24 15:30:38 +01:00
commit 2b29428917

View file

@ -1,10 +1,12 @@
workspace: workspace:
base: /go base: /
path: src/github.com/drone/drone
pipeline: pipeline:
test: test:
image: golang:alpine image: golang:alpine
environment:
- CGO_ENABLED=0
- GOOS=linux
commands: commands:
- go test -cover db.go - go test -cover db.go
- go test -cover srv.go - go test -cover srv.go