language: node_js

os:
  - linux

script:
  - nyc npm test && nyc report --reporter=text-lcov | coveralls

node_js:
  - "8"