drone-with-go/.drone.yml
jackspirou aaa07a77dc init
2016-01-29 16:23:00 -06:00

10 lines
168 B
YAML

build:
image: golang:1.5.3
environment:
- GO15VENDOREXPERIMENT=1
- GOOS=linux
- GOARCH=amd64
- CGO_ENABLED=0
commands:
- go test -cover ./...