language: node_js node_js: - "lts/*" - "6" - "7" - "8" - "9" - "10" install: - npm install script: - npm run build notifications: email: true