mirror of
https://github.com/thegeeklab/drone-yaml.git
synced 2024-11-16 15:20:38 +00:00
12 lines
122 B
YAML
12 lines
122 B
YAML
|
image: ruby:2.2
|
||
|
|
||
|
services:
|
||
|
- postgres:9.3
|
||
|
|
||
|
before_script:
|
||
|
- bundle install
|
||
|
|
||
|
test:
|
||
|
script:
|
||
|
- bundle exec rake spec
|