language: node_js

node_js:
  - "4.1"
  - "4.0"

install:
  - npm install

script:
  - npm test
