language: node_js before_install: - npm install -g npm node_js: - "node" - "lts/*" after_success: - npm run cov