language: node_js
node_js:
  - "7"
  - "6"
  - "5"
  - "4"
script:
  - "npm run test:cov"
after_success: npm run coverage

