Add mongodb as a service for Travis-CI builds

This commit is contained in:
Sean Zellmer 2015-03-07 16:14:32 -06:00
parent 6f8133d760
commit b507a0fe3a

View file

@ -1,6 +1,7 @@
language: node_js
node_js:
- '0.10'
services:
- mongodb
before_script:
- 'npm install -g grunt-cli mocha'