language: node_js
script:
  - npm run lint
  - npm test
node_js:
  - "node"
  - "6"
  - "4"
