language: node_js
services:
  - mongodb
node_js:
  - "0.10"
before_script:
  - npm install
notifications:
  email: false
