mmflokati/.drone.yml

9 lines
142 B
YAML

pipeline:
build:
image: golang:1.6
environment:
- FOO=6
commands:
- go get -d ./...
- go test
- go build