mirror of
https://github.com/Febbweiss/CloudBudget.git
synced 2026-03-05 06:45:39 +00:00
9 lines
115 B
YAML
9 lines
115 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
services:
|
|
- mongodb
|
|
before_script:
|
|
- sleep 15
|
|
- mongo cloudbudget_test
|