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