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

20 lines
217 B
YAML
Raw Normal View History

2019-01-28 16:32:48 +01:00
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