language: node_js
node_js:
  - stable
  - 4.2
  - 3
  - 0.10
  - 0.12
script: npm run test
sudo: false