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

16 lines
219 B
YAML
Raw Normal View History

2019-01-23 00:44:17 +01:00
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