Files
cgm-remote-monitor/.travis.yml
T
Ben West 5b2fcdc756 tweak travis config yaml
Use string syntax to select node "0.10" instead 0.1.
2014-07-30 14:30:34 -07:00

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