language: node_js
node_js:
  - 'stable'
  - '4'
script:
  - 'npm run lint'
  - 'npm test'
