workspace:
|
|
base: /go
|
|
path: src/github.com/klingt.net/spielplatz
|
|
|
|
pipeline:
|
|
build:
|
|
image: golang:${GO_VERSION}
|
|
commands:
|
|
- go test ./droneci/...
|
|
|
|
matrix:
|
|
GO_VERSION:
|
|
- latest
|
|
- "1.8"
|
|
- "1.7"
|