sudo: false language: node_js node_js: - 4 - 5 - 6 after_success: - nyc report --reporter=text-lcov > coverage.lcov && codecov