track-me/.drone.yml
2019-03-11 20:34:48 +01:00

8 lines
95 B
YAML

pipeline:
testing:
image: golang:1.11
commands:
- go test -v .
- go vet