Another try
Some checks failed
the build failed

This commit is contained in:
Peter Stuifzand 2019-03-11 20:41:00 +01:00
parent 8f3385b4fa
commit 77c31209c6

View File

@ -1,9 +1,9 @@
pipeline:
testing:
backend:
image: golang:1.11
commands:
- cd /drone/src/git.p83.nl/peter/track-me
- go get ./...
- go test -v .
- go vet
- go get
- go build
- go test