language: node_js sudo: false node_js: - 10 - 9 - 8 - 7 - 6 install: - npm install script: - npm run coverage:js-plugins after_success: - bash <(curl -s https://codecov.io/bash)