sudo: false
language: node_js
node_js:
  - 'node'
  - '8'
script:
  - xo && nyc ava && nyc report --reporter=text-lcov | coveralls
