language: node_js
install:
- npm install
- nyc npm test
node_js:
  - "node"
  - "8"
after_success: npm run coverage