language: node_js os: - linux node_js: - 8 notifications: email: false script: - npm run lint - npm run build - npm run start