language: node_js
node_js:
  - "4.2.1"
script:
  - npm run lint
  - npm test
