language: node_js
node_js:
  - "4"
  - "0.12"

install:
  - npm i -g jshint
  - npm i -g mocha
  - npm install
