sudo: false
language: node_js
node_js:
  - 4
  - stable
before_script:
  - "npm install jshint"
  - "npm install mocha"
install:
  - "npm install --production"