language: node_js
script:
  - npm run lint
  - npm run coverage
node_js:
  - "stable"
  - "6"
