drone-test/.drone.yml

7 lines
88 B
YAML

pipeline:
build:
image: golang:1.9
commands:
- go build
- go test