mirror of
https://github.com/thegeeklab/drone-yaml.git
synced 2024-11-05 11:00:43 +00:00
16 lines
219 B
YAML
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
|