language: node_js
node_js:
  - "4.2"
  - "4.1"
  - "4.0"
script: npm run test
before_install:
  - npm install -g npm@latest
