7 lines
89 B
YAML
7 lines
89 B
YAML
rvm:
|
|
- 1.9.2
|
|
services:
|
|
- couchdb
|
|
before_script:
|
|
- curl -X PUT localhost:5984/cmtool_test
|