language: node_js sudo: required addons: chrome: stable node_js: - "8" install: - yarn script: - yarn lint - yarn build - yarn test