language: node_js node_js: - 4.3.1 install: - npm install script: - npm run test-all after_success: - npm run coverage - npm run coverage-codecov