language: node_js
node_js:
- '10'
env:
- NODE_ENV=test
install:
- yarn install
script:
- yarn lint
- yarn test