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

20 lines
292 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:2.6
matrix:
include:
- GO_VERSION: 1.11
REDIS_VERSION: 2.6
- GO_VERSION: 1.10
REDIS_VERSION: 2.6
- GO_VERSION: 1.9
REDIS_VERSION: 2.6