drone-yaml/yaml/converter/gitlab/testdata/example2.yml

16 lines
219 B
YAML

before_script:
- bundle install
test2.1:
image: ruby:2.1
services:
- postgres:9.3
script:
- bundle exec rake spec
test2.2:
image: ruby:2.2
services:
- postgres:9.4
script:
- bundle exec rake spec