language: node_js sudo: false node_js: - "node" install: - npm install script: - npm run lint - npm run build - npm run test