UNPKG

division

Version:

Simple yet powerful wrapper over node.js cluster API. This module is inspired by impressive, but abandoned project Cluster created by TJ Holowaychuk.

19 lines (14 loc) 298 B
sudo: false language: node_js node_js: - "0.12" - "0.11" - "0.10" - "iojs" branches: except: - gh-pages script: - npm run coverage after_script: - if [[ `node --version` == *v0.10* ]]; then cat ./coverage/lcov.info | ./node_modules/.bin/coveralls --verbose; fi