github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/travis/testdata/language/crystal.yaml.golden (about) 1 kind: pipeline 2 spec: 3 stages: 4 - desc: converted from travis.yml 5 name: pipeline 6 spec: 7 envs: 8 TRAVIS_CRYSTAL_VERSION: <+matrix.crystal> 9 steps: 10 - name: install 11 spec: 12 run: shards install 13 type: script 14 - name: script 15 spec: 16 run: crystal spec 17 type: script 18 strategy: 19 spec: 20 axis: 21 crystal: 22 - latest 23 - nightly 24 - 0.35.1. 25 type: matrix 26 type: ci 27 version: 1