language: node_js

node_js:
  - "7"

before_script:
  - yarn install

script:
  - yarn run lint
  - yarn run test
  - yarn run report-coverage