language: node_js
cache:
  yarn: true
  directories:
    - node_modules
node_js:
  - "8.10.0"
script:
  - yarn test
  - yarn lint
  - yarn build
after_success: yarn run coverage
after_script: yarn run coveralls
