track-me/.drone.yml
Peter Stuifzand 77c31209c6
Some checks failed
the build failed
Another try
2019-03-11 20:41:00 +01:00

10 lines
108 B
YAML

pipeline:
backend:
image: golang:1.11
commands:
- go get
- go build
- go test