UNPKG

hashring

Version:

A consistent hashring compatible with ketama hashing and python's hash_ring

12 lines (11 loc) 215 B
sudo: false language: node_js node_js: - "0.8" - "0.10" - "0.12" - "iojs" before_install: - 'if [ "${TRAVIS_NODE_VERSION}" == "0.8" ] ; then npm install -g npm@2.7.3; fi' script: - "npm run test-travis"