language: node_js

node_js:
  - lts/*
  - node
  
script:
  - nyc npm test && nyc report --reporter=text-lcov | coveralls