language: node_js node_js: - '7' - '8' - '9' - '10' before_script: - 'npm install && lerna bootstrap' script: 'npm run test'