language: node_js
sudo: false
os:
  - linux
matrix:
  fast_finish: true
node_js:
  - "8"
script:
  - npm test
  - npm run code-coverage
