shashi
Version:
Shashi, a simple module to generate, using pseudo-randomness, a universal family/set of hash functions, which produce integer values within the selected range (a prime number)..
17 lines • 383 B
YAML
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
before_script:
- npm install -g codeclimate-test-reporter
- npm install -g istanbul
script: istanbul cover -v test/run.js
after_script:
- codeclimate < coverage/lcov.info
addons:
code_climate:
repo_token: ccc105094794f10b4c855f0194850f20437fe9fc1537c2542f4fe5db3c6aa2af
matrix:
allow_failures:
- node_js: "0.11"