language: node_js
node_js:
  - "6"
install:
  - npm install
script:
  - npm run test:cover
  - npm run test:report-coverage
