language: node_js
node_js:
  - "10"
script: jest --coverage --coverageReporters=text-lcov | coveralls && exit ${PIPESTATUS[0]}
