language: node_js node_js: - "8.14" install: - npm install script: - npm run lint - npm run dev - npm run test