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: pipeline:
testing: backend:
image: golang:1.11 image: golang:1.11
commands: commands:
- cd /drone/src/git.p83.nl/peter/track-me - go get
- go get ./... - go build
- go test -v . - go test
- go vet