language: node_js
node_js:
- 'stable'
- '4'
- '0.12'
- '0.10'
services:
- mongodb
script: npm run travis
