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