language: node_js node_js: - '6' - '8' - '10' - '11' script: - npm run quality - npm run cover after_script: - npm run publish-coverage