drone-yaml/yaml/converter/legacy/internal/testdata/matrix_2.yml

20 lines
217 B
YAML

pipeline:
test:
image: golang:${GO_VERSION}
commands:
- go test -v ./...
services:
redis:
image: redis:${REDIS_VERSION}
matrix:
GO_VERSION:
- 1.11
- 1.10
REDIS_VERSION:
- 2.6
- 2.8