language: node_js
sudo: false
node_js:
  - "7"
  - "4.1"
install:
  - npm install
script:
  - npm test