unqlitego/.drone.yml

7 lines
99 B
YAML

pipeline:
build:
image: golang:1.10
commands:
- go get ./...
- go test ./...