mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
12 lines
151 B
YAML
12 lines
151 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
- "0.11"
|
|
services:
|
|
- mongodb
|
|
before_script:
|
|
- sleep 10
|
|
- echo mongo mongo_travis
|
|
script:
|
|
- make test
|