language: node_js
script: make test
node_js:
  - "stable"
  - "4"
  - "0.12"
