sudo: false language: node_js node_js: - "10" addons: chrome: stable install: - npm install script: - npm run build - npm run test